summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-04-07 22:40:46 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-04-07 22:40:46 -0400
commit315e8ffaa3886e7988ff29238e5240bc33317eea (patch)
tree614abf4606d8e9d501a48f0807d65e825baf8444
parent2c6dc33afc33d7a8dcf78d35bde6c2138ba94459 (diff)
downloadpython-setuptools-git-315e8ffaa3886e7988ff29238e5240bc33317eea.tar.gz
Bump version: 34.3.3 → 34.4.0v34.4.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 7fcd65be..fcade157 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 34.3.3
+current_version = 34.4.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 77abf593..0ccc6631 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="34.3.3",
+ version="34.4.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",