diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-24 13:59:31 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-24 13:59:31 -0500 |
commit | f1f9200d18fff71c5ec53e0269150da6858e51d6 (patch) | |
tree | d5042ddc2fc6c7a061a6776d4ef2dc6fdf5fa4f3 | |
parent | c3a257a44901faa4c6587ed337d7d4e23668108e (diff) | |
download | external_python_setuptools-f1f9200d18fff71c5ec53e0269150da6858e51d6.tar.gz external_python_setuptools-f1f9200d18fff71c5ec53e0269150da6858e51d6.tar.bz2 external_python_setuptools-f1f9200d18fff71c5ec53e0269150da6858e51d6.zip |
Bump version: 32.2.0 → 32.3.0
-rwxr-xr-x | setup.cfg | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ [bumpversion] -current_version = 32.2.0 +current_version = 32.3.0 commit = True tag = True @@ -85,7 +85,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="32.2.0", + version="32.3.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |