diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-18 17:02:10 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-18 17:02:10 -0500 |
commit | a17fa50d2675d89077be09d668a073c751b76e0c (patch) | |
tree | 6fae13c2b10d67caec58d61607f88d84d5450ff2 | |
parent | d5ed18ef5f7c2472578a2b5015a09df1fd05e8bf (diff) | |
download | external_python_setuptools-a17fa50d2675d89077be09d668a073c751b76e0c.tar.gz external_python_setuptools-a17fa50d2675d89077be09d668a073c751b76e0c.tar.bz2 external_python_setuptools-a17fa50d2675d89077be09d668a073c751b76e0c.zip |
Bump version: 32.1.1 → 32.1.2v32.1.2
-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.1.1 +current_version = 32.1.2 commit = True tag = True @@ -85,7 +85,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="32.1.1", + version="32.1.2", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |