diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-22 16:08:27 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-22 16:08:27 -0400 |
| commit | 5be89b652f6d9daf19183019ac84d6c737430022 (patch) | |
| tree | 884a94c88b7d2ad83ff7aa63574cbb7fc0cff213 /setup.py | |
| parent | 24cd05319842f1c3a06d4266ea1c13f8a621ac3b (diff) | |
| download | python-setuptools-git-5be89b652f6d9daf19183019ac84d6c737430022.tar.gz | |
Bump version: 21.2.0 → 21.2.1v21.2.1
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="21.2.0", + version="21.2.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
