summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-25 21:13:17 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-07-25 21:13:17 -0400
commitc452f9fdd87d990fb81f7e48d6cb0fe1fcd4b92e (patch)
tree9b059b8ffc79efbb877978fe1601a6b8f0408558
parentf46a630f13fcf97c56d7f38e55aa1833f2063dee (diff)
downloadpython-setuptools-git-c452f9fdd87d990fb81f7e48d6cb0fe1fcd4b92e.tar.gz
Bump version: 36.2.2 → 36.2.3v36.2.3
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 33024f51..5633027e 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 36.2.2
+current_version = 36.2.3
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 5c48f740..8c21a372 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.2.2",
+ version="36.2.3",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",