aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-02 08:27:52 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-02 08:27:52 -0400
commita388b6922478b5d5048d1f7f1685da2ca16050c7 (patch)
tree28c73875d0d5ab90ca630ec6658233e0ba0578e7 /release.py
parent57d70005210c8575ccc4fc844fa9e6e3510b020c (diff)
downloadexternal_python_setuptools-a388b6922478b5d5048d1f7f1685da2ca16050c7.tar.gz
external_python_setuptools-a388b6922478b5d5048d1f7f1685da2ca16050c7.tar.bz2
external_python_setuptools-a388b6922478b5d5048d1f7f1685da2ca16050c7.zip
Bumped to 0.6.48 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 7d92e8d2..c2584411 100644
--- a/release.py
+++ b/release.py
@@ -22,7 +22,7 @@ try:
except Exception:
pass
-VERSION = '0.6.47'
+VERSION = '0.6.48'
PACKAGE_INDEX = 'https://pypi.python.org/pypi'
PACKAGE_INDEX = 'https://pypi.python.org/pypi'