summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-27 13:46:49 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-09-27 13:46:49 -0500
commit394318306bac8e5cab251ca4cb099c40aebc97fd (patch)
tree6c3215e9c46ea9ede13f3fbc3d5bbdfe2880c5ad
parent44a670456c81f844cad1d5aa713cd304ed80fc09 (diff)
downloadpython-setuptools-git-394318306bac8e5cab251ca4cb099c40aebc97fd.tar.gz
Bump version: 27.3.0 → 27.3.1v27.3.1
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 2c6fa292..549aff16 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 27.3.0
+current_version = 27.3.1
commit = True
tag = True
diff --git a/setup.py b/setup.py
index b16cef30..67c66b3c 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="27.3.0",
+ version="27.3.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",