Skip to content

Commit

Permalink
Update CLI version format
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Oct 4, 2015
1 parent 28bda1a commit 01bccb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curmit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
__version__ = '0.2.dev0'

CLI = 'curmit'
VERSION = __project__ + '-' + __version__
VERSION = "{0} v{1}".format(__project__, __version__)

0 comments on commit 01bccb8

Please sign in to comment.