summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-13 15:12:58 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-07-13 15:12:58 -0400
commitf8899569a5433f5d9027c294686a8b62215975c1 (patch)
tree127f20c45109f411490f389b0ec8fbebef842421
parent7ef1a45b7eea578022a509a3ddca0c6ea8b97b27 (diff)
downloadpython-setuptools-git-36.1.1.tar.gz
Bump version: 36.1.0 → 36.1.1v36.1.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 10eed845..9046b41b 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 36.1.0
+current_version = 36.1.1
commit = True
tag = True
diff --git a/setup.py b/setup.py
index c051fc1d..42a4c069 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="36.1.0",
+ version="36.1.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",