Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DRL committed Jun 5, 2023
1 parent cf6b1ca commit 731b44b
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 @@ -73,7 +73,7 @@
def main(gimble_dir):
try:
start_time = timer()
__version__ = '1.0.2'
__version__ = '1.0.3'
version = "gimble v%s" % __version__
args = docopt(__doc__, version=version, options_first=True)
if '--version' in args['<args>'] or '-V' in args['<args>']:
Expand Down

0 comments on commit 731b44b

Please sign in to comment.