Skip to content

Commit 03278fb

Browse files
author
Daniel Greenfeld
committed
Correct tagging
1 parent 9639c3f commit 03278fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
__version__ = '3.0.3'
1212

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

0 commit comments

Comments
 (0)