aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-20 19:30:28 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-20 19:30:28 -0400
commit587fef5c66600232a290ce71c2e1ddf2727d3b41 (patch)
tree9072fe1d629bab889edb4598c29dd20a09aca0c7 /setup.py
parentb4e1b1f67d9cd50086c7acafcdff8c02b41988b3 (diff)
downloadexternal_python_setuptools-587fef5c66600232a290ce71c2e1ddf2727d3b41.tar.gz
external_python_setuptools-587fef5c66600232a290ce71c2e1ddf2727d3b41.tar.bz2
external_python_setuptools-587fef5c66600232a290ce71c2e1ddf2727d3b41.zip
Bump version: 24.1.1 → 24.2.0v24.2.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 67407c74..e9aa97a9 100755
--- a/setup.py
+++ b/setup.py
@@ -72,7 +72,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="24.1.1",
+ version="24.2.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",