Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
DRL committed Dec 10, 2020
1 parent 67f84a2 commit ffb802b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

def main(gimble_dir):
try:
__version__ = '0.6.0'
__version__ = '0.6.1'
version = "gimble v%s" % __version__
start_time = timer()
args = docopt(__doc__, version=version, options_first=True)
Expand Down

0 comments on commit ffb802b

Please sign in to comment.