summaryrefslogtreecommitdiff
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-24 20:43:50 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-24 20:43:50 -0400
commitc12b3db412210faa982134dce22b5e6ddad31bba (patch)
tree54cb9463fe32e4c72210ab1d28933f90a8ffe3f1 /release.py
parente1febd2666c8bb27d03f9fce8624e2132a09e764 (diff)
downloadpython-setuptools-git-c12b3db412210faa982134dce22b5e6ddad31bba.tar.gz
Bumped to 0.6.44 in preparation for next release.
--HG-- branch : distribute
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 168b7512..533c922e 100644
--- a/release.py
+++ b/release.py
@@ -22,7 +22,7 @@ try:
except Exception:
pass
-VERSION = '0.6.43'
+VERSION = '0.6.44'
PACKAGE_INDEX = 'https://pypi.python.org/pypi'
PACKAGE_INDEX = 'https://pypi.python.org/pypi'