summaryrefslogtreecommitdiff
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-04 22:10:00 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-04 22:10:00 -0400
commit9021a0bd7d8ac5c72670af85c3ce911117dd0065 (patch)
tree209c64db0dbde8042e8ce3319417d5d3a63875ab /release.py
parente8211b8d93549b3dd62a1efc03c9581e0e990d81 (diff)
downloadpython-setuptools-bitbucket-9021a0bd7d8ac5c72670af85c3ce911117dd0065.tar.gz
Bumped to 0.6.38 in preparation for next release.
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 22ddfba8..b1cd904c 100644
--- a/release.py
+++ b/release.py
@@ -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('.'))