aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
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('.'))