diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-04-05 17:14:51 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-04-05 17:14:51 -0400 |
commit | db6d5f7ac474fa0605213514e793f98a0157a2ab (patch) | |
tree | 36b34a30576c1b388a4c654b6269657766cfe914 /release.py | |
parent | c7c39afa08b282a3a4c886e73dfe983475ee3598 (diff) | |
download | external_python_setuptools-db6d5f7ac474fa0605213514e793f98a0157a2ab.tar.gz external_python_setuptools-db6d5f7ac474fa0605213514e793f98a0157a2ab.tar.bz2 external_python_setuptools-db6d5f7ac474fa0605213514e793f98a0157a2ab.zip |
Bumped to 0.6.37 in preparation for next release.
--HG--
branch : distribute
extra : rebase_source : a59fcbbf5ca73fb41958d42d33d3de299ad9ae7c
Diffstat (limited to 'release.py')
-rw-r--r-- | release.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ try: except Exception: pass -VERSION = '0.6.36' +VERSION = '0.6.37' def get_next_version(): digits = map(int, VERSION.split('.')) |