aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-12-29 17:10:54 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-12-29 17:10:54 -0500
commit2a3d28cf5fed225bfe2c3f95dfbf61c2d23fd6c4 (patch)
treeda778185b258fddfd248863ed51ae33cd382af40 /release.py
parent76db48d2fc73a6b4ba6af346c893e77e1183338e (diff)
downloadexternal_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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py
index 666e3506..d3746054 100644
--- a/release.py
+++ b/release.py
@@ -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('.'))