diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-04-15 09:55:06 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-04-15 09:55:06 -0500 |
| commit | 9869424e3e74a41e39563e9b4b507c760660673c (patch) | |
| tree | 43490740cd1cc97466cdb5aaac4d43f3e95ec3dd | |
| parent | 17720e7ce95523f013bca29ff5913e3317eb5ac1 (diff) | |
| download | python-setuptools-git-35.0.0.tar.gz | |
Bump version: 34.4.1 → 35.0.0v35.0.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.4.1 +current_version = 35.0.0 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="34.4.1", + version="35.0.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
