From 0e09d8f47e528e2ef79016fb3e7732a8168ce7bf Mon Sep 17 00:00:00 2001 From: Jens Preussner Date: Tue, 16 Jan 2018 15:52:05 +0100 Subject: [PATCH] Bumped version number --- CHANGES | 2 +- setup.py | 2 +- uropa/uropa.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index dcb4cd4..4c862a4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -## 2.0.1-alpha (2018-01-16) +## 2.0.2-alpha (2018-01-16) - added summary file for invalid annotations - added proper magic line and file encodings for python source files diff --git a/setup.py b/setup.py index 6352dc6..7f7b8d9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ def readme(): return f.read() setup(name='uropa', - version='2.0.1-alpha', + version='2.0.2-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', diff --git a/uropa/uropa.py b/uropa/uropa.py index 7d9832f..32c7d00 100644 --- a/uropa/uropa.py +++ b/uropa/uropa.py @@ -95,7 +95,7 @@ def main(): "--version", help="prints the version and exits", action="version", - version="%(prog)s 2.0.1-alpha") + version="%(prog)s 2.0.2-alpha") args = parser.parse_args() config = args.input