From ed30cf0d64cd631117e0bdc05c7bac3e857769e2 Mon Sep 17 00:00:00 2001 From: afust Date: Tue, 16 Jan 2018 13:45:17 +0100 Subject: [PATCH] update version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1c358ba..6352dc6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ def readme(): return f.read() setup(name='uropa', - version='2.0.0-alpha', + version='2.0.1-alpha', description='UROPA is a command line based tool, intended for genomic region annotation', long_description=readme(), url='https://github.molgen.mpg.de/loosolab/UROPA',