Skip to content

Commit

Permalink
update to version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
afust committed Jan 9, 2019
1 parent a05dbae commit 0a1a931
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.2 (2019-01-09)

- remove feature print
- finalhits additionally in bed format available

## 2.0.2-alpha (2018-01-16)

- added summary file for invalid annotations
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def readme():
return f.read()

setup(name='uropa',
version='2.0.2-alpha',
version='2.0.2',
description='UROPA is a command line based tool, intended for genomic region annotation',
long_description=readme(),
url='https://github.molgen.mpg.de/loosolab/UROPA',
Expand Down
2 changes: 1 addition & 1 deletion uropa/uropa.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def main():
"--version",
help="prints the version and exits",
action="version",
version="%(prog)s 2.0.2-alpha")
version="%(prog)s 2.0.2")
args = parser.parse_args()

config = args.input
Expand Down

0 comments on commit 0a1a931

Please sign in to comment.