Skip to content

Commit

Permalink
Next release
Browse files Browse the repository at this point in the history
  • Loading branch information
lemieuxl committed Jan 26, 2016
1 parent 35f63a8 commit f463874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compute_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

__copyright__ = "Copyright 2014, Beaulieu-Saucier Pharmacogenomics Centre"
__license__ = "MIT"
__version__ = "0.1"
__version__ = "0.2"


# Logging configuration
Expand Down Expand Up @@ -137,7 +137,7 @@ def parse_args():

# The version of the script
parser.add_argument("-v", "--version", action="version",
version="lambda-" + __version__)
version="lambda version " + __version__)

# Add the INPUT group
group = parser.add_argument_group("INPUT FILES")
Expand Down

0 comments on commit f463874

Please sign in to comment.