aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-01-15 10:44:55 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-01-15 10:44:55 -0500
commit7aa463d16c2500652bce12f41cdcd7d1a87eb3a8 (patch)
tree548ab04239dd723585d04dfbe50f656a17e25736 /setup.py
parentded221d756dca6cc1371db698005926cbd13fd05 (diff)
downloadexternal_python_setuptools-7aa463d16c2500652bce12f41cdcd7d1a87eb3a8.tar.gz
external_python_setuptools-7aa463d16c2500652bce12f41cdcd7d1a87eb3a8.tar.bz2
external_python_setuptools-7aa463d16c2500652bce12f41cdcd7d1a87eb3a8.zip
Bump version: 33.0.0 → 33.1.0v33.1.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 8e125fc1..bfe6e073 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="33.0.0",
+ version="33.1.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",