Skip to content

Commit

Permalink
Fix tag task.
Browse files Browse the repository at this point in the history
  • Loading branch information
eykd committed May 9, 2015
1 parent 2f3ad48 commit cfaaf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,7 +32,7 @@ def find_version(file_path):


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 cfaaf02

Please sign in to comment.