aboutsummaryrefslogtreecommitdiffstats
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
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
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 303569f6..5ded051d 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 24.0.2
+current_version = 24.0.3
commit = True
tag = True
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",