aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-21 12:15:22 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-21 12:15:22 -0400
commit48f4155552b31928ef88b68e25e78db330b8b919 (patch)
tree6471a81edb727c68298b9b087dee724e4f92c2e9 /setup.py
parent9f77a068c02a3937762b8292c20e06d072247825 (diff)
downloadexternal_python_setuptools-48f4155552b31928ef88b68e25e78db330b8b919.tar.gz
external_python_setuptools-48f4155552b31928ef88b68e25e78db330b8b919.tar.bz2
external_python_setuptools-48f4155552b31928ef88b68e25e78db330b8b919.zip
Bump version: 24.2.1 → 24.3.0v24.3.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 73809f4c..d05ec741 100755
--- a/setup.py
+++ b/setup.py
@@ -73,7 +73,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="24.2.1",
+ version="24.3.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",