diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-04-07 22:40:46 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-04-07 22:40:46 -0400 |
| commit | 315e8ffaa3886e7988ff29238e5240bc33317eea (patch) | |
| tree | 614abf4606d8e9d501a48f0807d65e825baf8444 | |
| parent | 2c6dc33afc33d7a8dcf78d35bde6c2138ba94459 (diff) | |
| download | python-setuptools-git-315e8ffaa3886e7988ff29238e5240bc33317eea.tar.gz | |
Bump version: 34.3.3 → 34.4.0v34.4.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.3.3 +current_version = 34.4.0 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="34.3.3", + version="34.4.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
