aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-08 09:54:03 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-08 09:54:03 -0500
commit17f752d3be0b2f89b405976364653f081f522fb3 (patch)
tree37a75339c6fb2c47159b9d5463e381831a6b31b3 /setup.py
parente1c0fa4e8358ce25ff9c3678c4f8261339f1896f (diff)
downloadexternal_python_setuptools-17f752d3be0b2f89b405976364653f081f522fb3.tar.gz
external_python_setuptools-17f752d3be0b2f89b405976364653f081f522fb3.tar.bz2
external_python_setuptools-17f752d3be0b2f89b405976364653f081f522fb3.zip
Bump version: 30.2.0 → 30.2.1v30.2.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 e088928c..a12d8984 100755
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="30.2.0",
+ version="30.2.1",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",