diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-15 10:44:55 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-15 10:44:55 -0500 |
| commit | 7aa463d16c2500652bce12f41cdcd7d1a87eb3a8 (patch) | |
| tree | 548ab04239dd723585d04dfbe50f656a17e25736 | |
| parent | ded221d756dca6cc1371db698005926cbd13fd05 (diff) | |
| download | python-setuptools-git-33.1.0.tar.gz | |
Bump version: 33.0.0 → 33.1.0v33.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 = 33.0.0 +current_version = 33.1.0 commit = True tag = True @@ -85,7 +85,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="33.0.0", + version="33.1.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
