diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-21 14:47:24 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-21 14:47:24 -0500 |
commit | 5d4b2b691fea992ec47132ba2b01ebd396fe7216 (patch) | |
tree | a0eca9f9a68f9edbc0514ffe9da117b9ca591bb8 | |
parent | adf6cc7f043355444e0da30d26da78042d06ade9 (diff) | |
download | external_python_setuptools-5d4b2b691fea992ec47132ba2b01ebd396fe7216.tar.gz external_python_setuptools-5d4b2b691fea992ec47132ba2b01ebd396fe7216.tar.bz2 external_python_setuptools-5d4b2b691fea992ec47132ba2b01ebd396fe7216.zip |
Bump version: 32.1.2 → 32.1.3v32.1.3
-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.2 +current_version = 32.1.3 commit = True tag = True @@ -85,7 +85,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="32.1.2", + version="32.1.3", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |