diff options
| author | Paul Ganssle <paul@ganssle.io> | 2018-11-12 15:09:59 -0500 |
|---|---|---|
| committer | Paul Ganssle <paul@ganssle.io> | 2018-11-12 15:09:59 -0500 |
| commit | 283ebe24799a4e2dfbc38085ef6a85e05de1dac0 (patch) | |
| tree | ff85b7932879c56dd0b547b3aa1a880923d5d482 | |
| parent | 6bdff7d449de92e8539179eb86fbf97e73be6cc5 (diff) | |
| download | python-setuptools-git-283ebe24799a4e2dfbc38085ef6a85e05de1dac0.tar.gz | |
Bump version: 40.5.0 → 40.6.0
| -rw-r--r-- | setup.cfg | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ [bumpversion] -current_version = 40.5.0 +current_version = 40.6.0 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="40.5.0", + version="40.6.0", description=( "Easily download, build, install, upgrade, and uninstall " "Python packages" |
