Skip to content

Commit

Permalink
Moved version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jenzopr authored Jan 16, 2018
1 parent 8bb5da6 commit cfa69d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions uropa/uropa.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
@authors: Maria Kondili, Jens Preussner and Annika Fust
@license: MIT
@version: 2.0.1-alpha
@maintainer: Mario Looso
@email: mario.looso@mpi-bn.mpg.de
"""
Expand Down Expand Up @@ -94,7 +93,7 @@ def main():
"--version",
help="prints the version and exits",
action="version",
version="%(prog)s 2.0.0-alpha")
version="%(prog)s 2.0.1-alpha")
args = parser.parse_args()

config = args.input
Expand Down

0 comments on commit cfa69d8

Please sign in to comment.