summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-01-23 10:33:33 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-01-23 10:33:33 -0500
commit97372c1341b79f6d78d823868a1bad9170eb13c3 (patch)
tree23375d6dc6d6ab774009daae665572eb96689484
parent089cdeb489a0fa94d11b7307b54210ef9aa40511 (diff)
downloadpython-setuptools-git-97372c1341b79f6d78d823868a1bad9170eb13c3.tar.gz
Bump version: 33.1.1 → 34.0.0v34.0.0
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 1d45057b..3ea4ae7b 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 33.1.1
+current_version = 34.0.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 7ad17ac0..78b9ff32 100755
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="33.1.1",
+ version="34.0.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",