summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-02-23 12:31:43 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-02-23 12:31:43 -0500
commit8c5856cce69004ab28a4017e48298941e686fe15 (patch)
tree8d813fbb4c99187d7b53ff808d67e1411a772dfb
parenta8d4a07c51614195ac41f43a69805b523685e9df (diff)
downloadpython-setuptools-git-archive/feature/bundle-build-deps.tar.gz
Bump version: 34.2.0 → 34.3.0archive/feature/bundle-build-deps
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 78c3153f..9fbe41ee 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 34.2.0
+current_version = 34.3.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 2c642362..5b2fecd5 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="34.2.0",
+ version="34.3.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",