aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-24 09:47:37 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-07-24 09:47:37 -0400
commitda396e49582197fc28c46b1b0605c7f2ecf8298c (patch)
treed3d56ab27d35e9cd3fcfd3b44ee55a2b16f25222
parentc464fbad5c7a84697cbfdea9df61e32c5c9fe3c2 (diff)
downloadexternal_python_setuptools-da396e49582197fc28c46b1b0605c7f2ecf8298c.tar.gz
external_python_setuptools-da396e49582197fc28c46b1b0605c7f2ecf8298c.tar.bz2
external_python_setuptools-da396e49582197fc28c46b1b0605c7f2ecf8298c.zip
Bump version: 36.2.1 → 36.2.2v36.2.2
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 203b9312..33024f51 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 36.2.1
+current_version = 36.2.2
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 854aee38..5c48f740 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.2.1",
+ version="36.2.2",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",