aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-10-17 10:17:11 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-10-17 10:17:11 +0200
commitd3ba6882e1e8d4257dac02f7e259552f8dd96037 (patch)
tree49796a461f562e86cbbeea02673d00e136035815
parent3ec26178a0ab5f15d12ae2540b1eb23e78cc574e (diff)
downloadastroid-d3ba6882e1e8d4257dac02f7e259552f8dd96037.tar.gz
Move back to a dev version following 2.8.3 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 b68ab2dc..88814605 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.3"
+__version__ = "2.8.4-dev0"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index 7070a812..43f95c43 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"
[version]
-current = "2.8.3"
+current = "2.8.4-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.