From cb0a2aeb86953d6b3cf6f039bb887fb8c7e8d1e9 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 9 Jun 2016 15:18:34 -0400 Subject: =?UTF-8?q?Bump=20version:=2022.0.5=20=E2=86=92=2023.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 98b046f8..8642ea34 100755 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ wheel = ['wheel'] if needs_wheel else [] setup_params = dict( name="setuptools", - version="22.0.5", + version="23.0.0", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", -- cgit v1.2.1