diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-28 21:05:09 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-28 21:05:09 -0500 |
commit | c0b93651405c1e79f3f49decfc97bc072641b2b7 (patch) | |
tree | 9b94cf51a257c203c3e0715129f18fad4bf15238 | |
parent | ab76ea7987af0a196147195eb6adfa8347baf59c (diff) | |
download | external_python_setuptools-c0b93651405c1e79f3f49decfc97bc072641b2b7.tar.gz external_python_setuptools-c0b93651405c1e79f3f49decfc97bc072641b2b7.tar.bz2 external_python_setuptools-c0b93651405c1e79f3f49decfc97bc072641b2b7.zip |
Bump version: 34.0.3 → 34.1.0v34.1.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 = 34.0.3 +current_version = 34.1.0 commit = True tag = True @@ -88,7 +88,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="34.0.3", + version="34.1.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |