diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-06-01 09:00:31 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-06-01 09:00:31 -0400 |
commit | bf558e8d1f402c3ac9be74b96bb2002875e72581 (patch) | |
tree | b0b4af2fbfea315c63c352a3a073a271a0a447d4 | |
parent | b00739278d9a82bfc032a523595662a7aac09fa7 (diff) | |
download | external_python_setuptools-bf558e8d1f402c3ac9be74b96bb2002875e72581.tar.gz external_python_setuptools-bf558e8d1f402c3ac9be74b96bb2002875e72581.tar.bz2 external_python_setuptools-bf558e8d1f402c3ac9be74b96bb2002875e72581.zip |
Bump version: 36.0.0 → 36.0.1v36.0.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.0.0 +current_version = 36.0.1 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="36.0.0", + version="36.0.1", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |