aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
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 /setup.py
parent2c6dc33afc33d7a8dcf78d35bde6c2138ba94459 (diff)
downloadexternal_python_setuptools-315e8ffaa3886e7988ff29238e5240bc33317eea.tar.gz
external_python_setuptools-315e8ffaa3886e7988ff29238e5240bc33317eea.tar.bz2
external_python_setuptools-315e8ffaa3886e7988ff29238e5240bc33317eea.zip
Bump version: 34.3.3 → 34.4.0v34.4.0
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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",