We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9639c3f commit 03278fbCopy full SHA for 03278fb
1 file changed
setup.py
@@ -11,7 +11,7 @@
11
__version__ = '3.0.3'
12
13
if sys.argv[-1] == 'tag':
14
- os.system("git tag -a %s -m 'version %s'" % (version, version))
+ os.system("git tag -a %s -m 'version %s'" % (__version__, __version__))
15
os.system("git push --tags")
16
sys.exit()
17
0 commit comments