aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-14 01:12:14 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-14 01:12:14 -0400
commitc24033af6c965481b34296180d7daef749daf179 (patch)
tree3b3863074018d57976e082362682fc92c5b6376c /setup.py
parenta0d8df6b769dd6d83dd88d9f4f9aa6234b9bcbc2 (diff)
downloadexternal_python_setuptools-c24033af6c965481b34296180d7daef749daf179.tar.gz
external_python_setuptools-c24033af6c965481b34296180d7daef749daf179.tar.bz2
external_python_setuptools-c24033af6c965481b34296180d7daef749daf179.zip
Bump version: 24.0.2 → 24.0.3v24.0.3
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 bac726bf..1d742add 100755
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="24.0.2",
+ version="24.0.3",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",