aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-01-04 20:58:28 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-01-04 20:58:28 -0500
commit4ae5bc9e6fd52517fe31048b6570224fb9cbb70d (patch)
treefa4b760e4baadb45d5583223ffd14d5e1c61635c /setup.py
parent239d0558998793d6a7ae8152963afe6df7460c18 (diff)
downloadexternal_python_setuptools-4ae5bc9e6fd52517fe31048b6570224fb9cbb70d.tar.gz
external_python_setuptools-4ae5bc9e6fd52517fe31048b6570224fb9cbb70d.tar.bz2
external_python_setuptools-4ae5bc9e6fd52517fe31048b6570224fb9cbb70d.zip
Bump version: 38.2.5 → 38.3.0v38.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 ea0f94a8..e2b5dc90 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="38.2.5",
+ version="38.3.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",