diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-10-30 14:40:50 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-10-30 14:40:50 -0400 |
| commit | 93bc29b8990b7976506be6aabc3bb50f3744909b (patch) | |
| tree | d83d59dd6647333a6d658fda099262864401634b | |
| parent | f960a71cc4e03238bb20f92a32be96f058c95fc2 (diff) | |
| download | python-setuptools-git-93bc29b8990b7976506be6aabc3bb50f3744909b.tar.gz | |
Also bump version in ez_setup.py
| -rw-r--r-- | ez_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py index a46b9005..5dd5ab9a 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -29,7 +29,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "1.1.8" +DEFAULT_VERSION = "1.2" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): |
