From 495bb634f8cb450ee11130917de1c1b85486071f Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 28 Aug 2016 10:04:07 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2026.0.0=20=E2=86=92=2026.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index cf5d01a8d8..eea97c9bb0 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 26.0.0 +current_version = 26.1.0 commit = True tag = True diff --git a/setup.py b/setup.py index f3084a4e04..c37c998022 100755 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="26.0.0", + version="26.1.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority",