summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-02 13:32:36 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-02 13:32:36 -0400
commitf26b15fb8296d0d008b9cf857cf33eb049a95ff2 (patch)
treed741ba126222fb6794c36c4eca0ac8f550637104
parent590ae3ae964c201fb58273e074b10c4d432592bb (diff)
downloadpython-setuptools-git-f26b15fb8296d0d008b9cf857cf33eb049a95ff2.tar.gz
Bump version: 23.2.1 → 24.0.0v24.0.0
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 9d768989..e35e1b8f 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 23.2.1
+current_version = 24.0.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index 6963334a..56029892 100755
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="23.2.1",
+ version="24.0.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",