diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 12:13:48 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 12:13:48 -0400 |
commit | 2676b4bba27be4fb32304fc1ce852de0c6d08b72 (patch) | |
tree | 81f4cb3db8ed791c4284651e100b098949e112be /release.py | |
parent | dba8600999daaf18d207c61c4ce5168d52bc5f60 (diff) | |
parent | 132ef1524599896fd97bc1477d86a339bcf51415 (diff) | |
download | python-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |