aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-25 10:36:16 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-25 10:36:16 -0500
commitdce4750aed2d5b0a4ba677b0e308cd10dca2f6ee (patch)
tree776e26c02e1b01e50b5999c9f3a77c546bc19de2 /setup.py
parent5bcd7f0328be56f96f76622acb3e188c16450354 (diff)
downloadexternal_python_setuptools-dce4750aed2d5b0a4ba677b0e308cd10dca2f6ee.tar.gz
external_python_setuptools-dce4750aed2d5b0a4ba677b0e308cd10dca2f6ee.tar.bz2
external_python_setuptools-dce4750aed2d5b0a4ba677b0e308cd10dca2f6ee.zip
Bump version: 38.0.0 → 38.1.0v38.1.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 845588d4..052d7a1f 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="38.0.0",
+ version="38.1.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",