aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-20 21:18:51 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-20 21:18:51 -0400
commitf773e19f4f85fae7312de57d6995fcb7c4795a30 (patch)
treeefb0bbf0b8b0c76c396f7e826455176651fa0e94
parent560e787eec3b5801de158eccd492f26d2440051e (diff)
downloadexternal_python_setuptools-f773e19f4f85fae7312de57d6995fcb7c4795a30.tar.gz
external_python_setuptools-f773e19f4f85fae7312de57d6995fcb7c4795a30.tar.bz2
external_python_setuptools-f773e19f4f85fae7312de57d6995fcb7c4795a30.zip
Bump version: 27.2.0 → 27.3.0v27.3.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 ce161ffe..2c6fa292 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 27.2.0
+current_version = 27.3.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index d04d9b5b..b16cef30 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="27.2.0",
+ version="27.3.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",