diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-09-03 22:48:50 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-09-03 22:48:50 -0400 |
commit | 5840ec69294a4ff2f499f2465434aaf9288a7177 (patch) | |
tree | 4f6bc6522ad6d0c31ab7a80c6bf83d5bcb41e80f | |
parent | ca3e8a370652c0735cb3921d43152e1014bbd946 (diff) | |
download | external_python_setuptools-5840ec69294a4ff2f499f2465434aaf9288a7177.tar.gz external_python_setuptools-5840ec69294a4ff2f499f2465434aaf9288a7177.tar.bz2 external_python_setuptools-5840ec69294a4ff2f499f2465434aaf9288a7177.zip |
Bumped to 1.1.1 in preparation for next release.1.1.1
-rw-r--r-- | ez_setup.py | 2 | ||||
-rw-r--r-- | setuptools/version.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ez_setup.py b/ez_setup.py index 975501e4..da0522f1 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -29,7 +29,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "1.2" +DEFAULT_VERSION = "1.1.1" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): diff --git a/setuptools/version.py b/setuptools/version.py index 64477cf2..b3ddbc41 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '1.2' +__version__ = '1.1.1' |