summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-29 14:19:54 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-03-29 14:19:54 -0400
commit1627f58f4ca1d03bfc53d918373cb681a57d661d (patch)
treeb9237ea84fade653dcdca156f267629964e3d8fb
parentaf4b8f9370b9e18a9f5fe43e17161533e1a31646 (diff)
downloadpython-setuptools-git-1627f58f4ca1d03bfc53d918373cb681a57d661d.tar.gz
Bump version: 20.5.0 → 20.6.0v20.6.0
-rwxr-xr-xsetup.cfg13
-rwxr-xr-xsetup.py2
2 files changed, 8 insertions, 7 deletions
diff --git a/setup.cfg b/setup.cfg
index 6112885d..a671f651 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,8 @@
+[bumpversion]
+current_version = 20.6.0
+commit = True
+tag = True
+
[egg_info]
tag_build = .post
tag_date = 1
@@ -21,11 +26,7 @@ upload-dir = docs/build/html
formats = gztar zip
[wheel]
-universal=1
-
-[bumpversion]
-current_version = 20.5.0
-commit = True
-tag = True
+universal = 1
[bumpversion:file:setup.py]
+
diff --git a/setup.py b/setup.py
index 3e50cf5c..32d965bf 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="20.5.0",
+ version="20.6.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",