diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-11-11 00:26:58 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-11-11 00:26:58 -0500 |
| commit | c218b65053915aa084c897defa2a25a11175ddc4 (patch) | |
| tree | e988da4b515c2402283260b782d6bb5beb5b30f6 | |
| parent | 57a09271dcd0840fb285495fe862aa42d9f9742c (diff) | |
| download | python-setuptools-git-36.7.1.tar.gz | |
Bump version: 36.7.0 → 36.7.1v36.7.1
| -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 = 36.7.0 +current_version = 36.7.1 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="36.7.0", + version="36.7.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
