diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-12-29 17:10:54 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-12-29 17:10:54 -0500 |
commit | 2a3d28cf5fed225bfe2c3f95dfbf61c2d23fd6c4 (patch) | |
tree | da778185b258fddfd248863ed51ae33cd382af40 /release.py | |
parent | 76db48d2fc73a6b4ba6af346c893e77e1183338e (diff) | |
download | external_python_setuptools-2a3d28cf5fed225bfe2c3f95dfbf61c2d23fd6c4.tar.gz external_python_setuptools-2a3d28cf5fed225bfe2c3f95dfbf61c2d23fd6c4.tar.bz2 external_python_setuptools-2a3d28cf5fed225bfe2c3f95dfbf61c2d23fd6c4.zip |
Bumped to 0.6.34 in preparation for next release.
--HG--
branch : distribute
extra : rebase_source : 4455898775fbb40a5a331909c61d45622a9ea97a
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.33' +VERSION = '0.6.34' def get_next_version(): digits = map(int, VERSION.split('.')) |