From ed30cf0d64cd631117e0bdc05c7bac3e857769e2 Mon Sep 17 00:00:00 2001 From: afust Date: Tue, 16 Jan 2018 13:45:17 +0100 Subject: [PATCH 1/3] 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', From 77a97f55473a59bba8dc7d1d8fa5f83269179124 Mon Sep 17 00:00:00 2001 From: afust Date: Tue, 16 Jan 2018 13:45:40 +0100 Subject: [PATCH 2/3] update version number --- uropa/uropa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """ From ffbdd998a524407df4c8e03464f646eb38dda78f Mon Sep 17 00:00:00 2001 From: afust Date: Tue, 16 Jan 2018 13:46:45 +0100 Subject: [PATCH 3/3] updated changes --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) 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