Skip to content

Commit

Permalink
Correct tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Greenfeld committed Mar 2, 2015
1 parent 9639c3f commit 03278fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__version__ = '3.0.3'

if sys.argv[-1] == 'tag':
os.system("git tag -a %s -m 'version %s'" % (version, version))
os.system("git tag -a %s -m 'version %s'" % (__version__, __version__))
os.system("git push --tags")
sys.exit()

Expand Down

0 comments on commit 03278fb

Please sign in to comment.