summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-01-04 00:15:30 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-01-04 00:15:30 +0100
commite5d33e6b20724de924de558399bcdaeb4347e9b8 (patch)
treed215acde0bb569e888993a1e6c013f6c46fe8b49
parent101aed9d304cae4c3d0d9140f151b852b21c7ddf (diff)
downloadastroid-git-e5d33e6b20724de924de558399bcdaeb4347e9b8.tar.gz
Upgrade the version to 2.10.0-dev0 following 2.9.2 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 fb179675..b2cdea38 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.9.2"
+__version__ = "2.10.0-dev0"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index a3305c24..4544fe88 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"
[version]
-current = "2.9.2"
+current = "2.10.0-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.