diff --git a/setup.py b/setup.py index 53602ff..9b21a21 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ def readme(): return f.read() setup(name='uropa', - version='2.0.2', + version='2.0.3', description='UROPA is a command line based tool, intended for genomic region annotation', long_description=readme(), url='https://github.molgen.mpg.de/loosolab/UROPA',