summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.hgtags2
-rwxr-xr-xsetup.cfg2
-rwxr-xr-xsetup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/.hgtags b/.hgtags
index ff12f86d..1c05264d 100644
--- a/.hgtags
+++ b/.hgtags
@@ -256,4 +256,4 @@ a00910db03ec15865e4c8506820d4ad1df3e26f3 v20.6.8
7f56b6f40de39456c78507a14c288709712881cb v20.8.0
8cf9340669ae26e2b31f68b9c3f885ab7bdd65ce v20.8.1
8bf8aaa139bb6a36fcd243214d6730a214ae08f5 v20.9.0
-98779f519092c6c766878b38705ef6e70249126c v20.10.0
+c72faa468919fd2f226c97e94d4e64a6506860e5 v20.10.0
diff --git a/setup.cfg b/setup.cfg
index f2b8d254..676c80b8 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 20.9.0
+current_version = 20.10.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index a29f0a17..439f6206 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="setuptools",
- version="20.9.0",
+ version="20.10.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",