Skip to content
Snippets Groups Projects
Commit db45be94 authored by Hanna  JULIENNE's avatar Hanna JULIENNE
Browse files

update version number in setup.pu

parent 007a542f
No related branches found
Tags 2.2
1 merge request!43Correct phenotype 'type' property undefined in the API
...@@ -4,7 +4,7 @@ import os, sys ...@@ -4,7 +4,7 @@ import os, sys
from setuptools import setup, find_packages from setuptools import setup, find_packages
NAME = "jass" NAME = "jass"
VERSION = "2.1" VERSION = "2.2"
SETUP_DIR = os.path.dirname(__file__) SETUP_DIR = os.path.dirname(__file__)
README = os.path.join(SETUP_DIR, 'README.md') README = os.path.join(SETUP_DIR, 'README.md')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment