summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-23 04:29:11 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-23 04:29:11 -0400
commit0b10bf4ecc20b8a2ad033af53bd17d37b85ab60e (patch)
treefd163b0b32abf8e00d6208bc2234c26535c3ba7e /setup.py
parent3c9a71fa4e161500d45b64590274007871303280 (diff)
downloadpython-setuptools-git-0b10bf4ecc20b8a2ad033af53bd17d37b85ab60e.tar.gz
Bump version: 24.3.0 → 24.3.1v24.3.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 d05ec741..6863a900 100755
--- a/setup.py
+++ b/setup.py
@@ -73,7 +73,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="24.3.0",
+ version="24.3.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",