aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-06-03 11:22:51 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-06-03 11:22:51 -0400
commit6c4b4d0bf6ae8ee190ef9be7d80c2c11a6be0e3f (patch)
treea26bd1492053eaf0fb52e23647b3e84a42214f69
parent8e3d9f9642b83da914bc3c752fcb229a3d552a3f (diff)
downloadexternal_python_setuptools-6c4b4d0bf6ae8ee190ef9be7d80c2c11a6be0e3f.tar.gz
external_python_setuptools-6c4b4d0bf6ae8ee190ef9be7d80c2c11a6be0e3f.tar.bz2
external_python_setuptools-6c4b4d0bf6ae8ee190ef9be7d80c2c11a6be0e3f.zip
Bump version: 22.0.3 → 22.0.4v22.0.4
-rwxr-xr-xsetup.cfg3
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index bca1dae2..82a73588 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 22.0.3
+current_version = 22.0.4
commit = True
tag = True
@@ -20,7 +20,6 @@ build-dir = docs/build
all_files = 1
[upload]
-# also update in .travis.yml
repository = https://upload.pypi.io/legacy/
[upload_docs]
diff --git a/setup.py b/setup.py
index 8a54b281..7baa60b9 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="22.0.3",
+ version="22.0.4",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",