aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2017-11-26 18:51:39 +0100
committerBenoit Pierre <benoit.pierre@gmail.com>2017-11-26 18:51:39 +0100
commit7b3ed4f22aad1b62c537cc89b07b1691033730c3 (patch)
tree6c28e188751aea76724956591b5b164c35b36120
parentd4959f2c85d8b36c71249fdf81ed9c26c9f31690 (diff)
downloadexternal_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-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 39452fde..f00b544f 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 38.1.0
+current_version = 38.2.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 052d7a1f..7b2c1001 100755
--- a/setup.py
+++ b/setup.py
@@ -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",