diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-25 16:04:05 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-25 16:04:05 -0400 |
commit | 2a6828a3a6f98a6f6e0e97b02b1c6e397130a473 (patch) | |
tree | b9aca4d08e317cf5be12eadabd724532197a4758 /release.py | |
parent | 14439716f80f8c24996de8d2179003a32f1cff3e (diff) | |
download | external_python_setuptools-2a6828a3a6f98a6f6e0e97b02b1c6e397130a473.tar.gz external_python_setuptools-2a6828a3a6f98a6f6e0e97b02b1c6e397130a473.tar.bz2 external_python_setuptools-2a6828a3a6f98a6f6e0e97b02b1c6e397130a473.zip |
Bump version for subsequent release
Diffstat (limited to 'release.py')
-rw-r--r-- | release.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ try: except Exception: pass -VERSION = '0.7b3' +VERSION = '0.7b4' PACKAGE_INDEX = 'https://pypi.python.org/pypi' def get_next_version(version): |