diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-02 12:21:44 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-02 12:21:44 -0400 |
commit | fece3b75874e79f01cecedd41eb035f180400a18 (patch) | |
tree | 9766f7f69d79eba9d65b915efeafab26d1ea0337 /setup.py | |
parent | cbc3e03505a6c2a1893312c0ec555b2dec615000 (diff) | |
download | python-setuptools-git-fece3b75874e79f01cecedd41eb035f180400a18.tar.gz |
Bump version: 23.2.0 → 23.2.1v23.2.1
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="23.2.0", + version="23.2.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |