aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-06-01 09:00:31 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-06-01 09:00:31 -0400
commitbf558e8d1f402c3ac9be74b96bb2002875e72581 (patch)
treeb0b4af2fbfea315c63c352a3a073a271a0a447d4
parentb00739278d9a82bfc032a523595662a7aac09fa7 (diff)
downloadexternal_python_setuptools-bf558e8d1f402c3ac9be74b96bb2002875e72581.tar.gz
external_python_setuptools-bf558e8d1f402c3ac9be74b96bb2002875e72581.tar.bz2
external_python_setuptools-bf558e8d1f402c3ac9be74b96bb2002875e72581.zip
Bump version: 36.0.0 → 36.0.1v36.0.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 e39b524d..b5199a62 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 36.0.0
+current_version = 36.0.1
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 9250e073..6eaac16a 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.0.0",
+ version="36.0.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",