From 3b3b06f8da98aa888d99bdcca91a627f3baf2a5b Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 3 Jun 2016 11:42:38 -0400 Subject: =?UTF-8?q?Bump=20version:=2022.0.4=20=E2=86=92=2022.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index e34ebee7..4d0b30ff 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 22.0.4 +current_version = 22.0.5 commit = True tag = True @@ -20,7 +20,6 @@ build-dir = docs/build all_files = 1 [upload] -; also update .travis.yml repository = https://upload.pypi.io/legacy/ [upload_docs] diff --git a/setup.py b/setup.py index 7baa60b9..6cde31f7 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.4", + version="22.0.5", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", -- cgit v1.2.3