diff --git a/CHANGES b/CHANGES index 3b89f23..dd53e91 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +## 2.0.1-alpha (2017-11-08) + +- added summary file for invalid annotations + ## 2.0.0-alpha (2017-11-08) - update uropa to python 3 format with the aid of python 2to3 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', diff --git a/uropa/uropa.py b/uropa/uropa.py index af831d1..ddbf7c7 100644 --- a/uropa/uropa.py +++ b/uropa/uropa.py @@ -3,7 +3,7 @@ @authors: Maria Kondili, Jens Preussner and Annika Fust @license: MIT -@version: 2.0.0-alpha +@version: 2.0.1-alpha @maintainer: Mario Looso @email: mario.looso@mpi-bn.mpg.de """