@ -5,6 +5,6 @@ import sys
def new_version(ver):
os.system("git tag -f v%s" % ver)
os.system("git push --tags")
os.system("git push --tags -f")
new_version(sys.argv[1])