Commit 248d2bf5 authored by Jason R. Coombs's avatar Jason R. Coombs

Fix 'set_versions'

parent 50e511b8
...@@ -27,7 +27,7 @@ PACKAGE_INDEX = 'https://pypi.python.org/pypi' ...@@ -27,7 +27,7 @@ PACKAGE_INDEX = 'https://pypi.python.org/pypi'
def set_versions(): def set_versions():
global VERSION global VERSION
version = raw_input("Release as version [%s]> " % VERSION) version = raw_input("Release as version [%s]> " % VERSION) or VERSION
if version != VERSION: if version != VERSION:
VERSION = bump_versions(version) VERSION = bump_versions(version)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment