diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-23 10:33:33 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-23 10:33:33 -0500 |
| commit | 97372c1341b79f6d78d823868a1bad9170eb13c3 (patch) | |
| tree | 23375d6dc6d6ab774009daae665572eb96689484 | |
| parent | 089cdeb489a0fa94d11b7307b54210ef9aa40511 (diff) | |
| download | python-setuptools-git-97372c1341b79f6d78d823868a1bad9170eb13c3.tar.gz | |
Bump version: 33.1.1 → 34.0.0v34.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 = 33.1.1 +current_version = 34.0.0 commit = True tag = True @@ -88,7 +88,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="33.1.1", + version="34.0.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
