Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jenzopr committed Jan 16, 2018
1 parent fdfc8ac commit 0e09d8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -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
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.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',
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.1-alpha")
version="%(prog)s 2.0.2-alpha")
args = parser.parse_args()

config = args.input
Expand Down

0 comments on commit 0e09d8f

Please sign in to comment.