diff options
author | Benoit Pierre <benoit.pierre@gmail.com> | 2017-11-26 18:51:39 +0100 |
---|---|---|
committer | Benoit Pierre <benoit.pierre@gmail.com> | 2017-11-26 18:51:39 +0100 |
commit | 7b3ed4f22aad1b62c537cc89b07b1691033730c3 (patch) | |
tree | 6c28e188751aea76724956591b5b164c35b36120 | |
parent | d4959f2c85d8b36c71249fdf81ed9c26c9f31690 (diff) | |
download | external_python_setuptools-7b3ed4f22aad1b62c537cc89b07b1691033730c3.tar.gz external_python_setuptools-7b3ed4f22aad1b62c537cc89b07b1691033730c3.tar.bz2 external_python_setuptools-7b3ed4f22aad1b62c537cc89b07b1691033730c3.zip |
Bump version: 38.1.0 → 38.2.0v38.2.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 = 38.1.0 +current_version = 38.2.0 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="38.1.0", + version="38.2.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |