aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-29 07:37:04 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-29 07:37:04 -0400
commit641eac6550896506fa939205f249bcfb8f057d57 (patch)
tree9abf0b22dded39d47cfdb2b661766360e3ad59b9 /release.py
parent75e163b3bfbef013cbb132727c43df738d028ffe (diff)
downloadexternal_python_setuptools-641eac6550896506fa939205f249bcfb8f057d57.tar.gz
external_python_setuptools-641eac6550896506fa939205f249bcfb8f057d57.tar.bz2
external_python_setuptools-641eac6550896506fa939205f249bcfb8f057d57.zip
Bumped to 0.6.46 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 5b691c4c..9e876466 100644
--- a/release.py
+++ b/release.py
@@ -22,7 +22,7 @@ try:
except Exception:
pass
-VERSION = '0.6.45'
+VERSION = '0.6.46'
PACKAGE_INDEX = 'https://pypi.python.org/pypi'
PACKAGE_INDEX = 'https://pypi.python.org/pypi'