summaryrefslogtreecommitdiff
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-02 12:13:48 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-02 12:13:48 -0400
commit2676b4bba27be4fb32304fc1ce852de0c6d08b72 (patch)
tree81f4cb3db8ed791c4284651e100b098949e112be /release.py
parentdba8600999daaf18d207c61c4ce5168d52bc5f60 (diff)
parent132ef1524599896fd97bc1477d86a339bcf51415 (diff)
downloadpython-setuptools-git-2676b4bba27be4fb32304fc1ce852de0c6d08b72.tar.gz
Merge 0.6.48 with native Python 3 code
--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 c2584411..59ac9122 100644
--- a/release.py
+++ b/release.py
@@ -22,7 +22,7 @@ try:
except Exception:
pass
-VERSION = '0.6.48'
+VERSION = '0.6.49'
PACKAGE_INDEX = 'https://pypi.python.org/pypi'
PACKAGE_INDEX = 'https://pypi.python.org/pypi'