diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-04 22:10:00 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-04 22:10:00 -0400 |
commit | a34e56cef2e2cb2aea3d4ff5b532949d426e3b97 (patch) | |
tree | 79b177b820031be7594bac09f80931d110e18fd9 /release.py | |
parent | 58cde2532559799557fd776b29a0322d9bc44501 (diff) | |
download | external_python_setuptools-a34e56cef2e2cb2aea3d4ff5b532949d426e3b97.tar.gz external_python_setuptools-a34e56cef2e2cb2aea3d4ff5b532949d426e3b97.tar.bz2 external_python_setuptools-a34e56cef2e2cb2aea3d4ff5b532949d426e3b97.zip |
Bumped to 0.6.38 in preparation for next release.
--HG--
branch : distribute
extra : rebase_source : cf2ffa52b8e0cf1403b4e8ca23921a4cda51ba5b
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.37' +VERSION = '0.6.38' def get_next_version(): digits = map(int, VERSION.split('.')) |