diff options
| author | Benoit Pierre <benoit.pierre@gmail.com> | 2017-08-02 00:32:54 +0200 |
|---|---|---|
| committer | Benoit Pierre <benoit.pierre@gmail.com> | 2017-08-02 00:32:54 +0200 |
| commit | d548901f9911e784892e99e933d6c60016521e34 (patch) | |
| tree | 93086c8c638d933aa635689fba6a72a31585352b | |
| parent | a95062c01b93ee87c5ee4a68204fd17c52109c2a (diff) | |
| download | python-setuptools-git-d548901f9911e784892e99e933d6c60016521e34.tar.gz | |
Bump version: 36.2.6 → 36.2.7v36.2.7
| -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 = 36.2.6 +current_version = 36.2.7 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="36.2.6", + version="36.2.7", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
