aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-20 19:27:44 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-20 19:27:44 -0400
commit01463e00ca98f74f1e0d5923a0d16c635be4f94c (patch)
treefbf698592268c7c3d120a32185997e8bd2ac812b /setup.py
parent82b908759cddf344274f8c9360eaef79517e9c7f (diff)
downloadexternal_python_setuptools-01463e00ca98f74f1e0d5923a0d16c635be4f94c.tar.gz
external_python_setuptools-01463e00ca98f74f1e0d5923a0d16c635be4f94c.tar.bz2
external_python_setuptools-01463e00ca98f74f1e0d5923a0d16c635be4f94c.zip
Bump version: 24.1.0 → 24.1.1v24.1.1
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 48a20b81..2de0a135 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.0",
+ version="24.1.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",