aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-10-25 22:04:18 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-10-25 22:04:18 +0200
commit6463dee0f5819ddfa344628aa504f226198f48fd (patch)
tree8ae4c7d65560e9a59a537a855de236a4c5a839b0
parent4c3b3b316e280a04d0a5ca7c481430be3b8d7a00 (diff)
downloadastroid-6463dee0f5819ddfa344628aa504f226198f48fd.tar.gz
Move back to a dev version following 2.8.4 release
-rw-r--r--astroid/__pkginfo__.py2
-rw-r--r--tbump.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index f86aa0a5..e0d237fe 100644
--- a/astroid/__pkginfo__.py
+++ b/astroid/__pkginfo__.py
@@ -24,5 +24,5 @@
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
-__version__ = "2.8.4"
+__version__ = "2.8.5-dev0"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index fce1b6a2..04459b07 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"
[version]
-current = "2.8.4"
+current = "2.8.5-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.