diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-08-28 09:45:10 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-08-28 09:45:10 -0400 |
| commit | b4d58d4929dd4e19870b5eafa48046a0a0c2bf07 (patch) | |
| tree | 6506d7b3433cbaba353fe1fff04604ad1d23ef50 | |
| parent | fffd844b4523a0708c43126174360aaf7baa5fd0 (diff) | |
| download | python-setuptools-git-b4d58d4929dd4e19870b5eafa48046a0a0c2bf07.tar.gz | |
Bump version: 36.2.7 → 36.3.0v36.3.0
| -rwxr-xr-x | setup.cfg | 3 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ [bumpversion] -current_version = 36.2.7 +current_version = 36.3.0 commit = True tag = True @@ -23,3 +23,4 @@ formats = zip universal = 1 [bumpversion:file:setup.py] + @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="36.2.7", + version="36.3.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
