We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0775d5 commit 7f770faCopy full SHA for 7f770fa
astroid/__pkginfo__.py
@@ -24,5 +24,5 @@
24
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
25
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
26
27
-__version__ = "2.9.0"
+__version__ = "2.9.1-dev0"
28
version = __version__
tbump.toml
@@ -1,7 +1,7 @@
1
github_url = "https://github.com/PyCQA/astroid"
2
3
[version]
4
-current = "2.9.0"
+current = "2.9.1-dev0"
5
regex = '''
6
^(?P<major>0|[1-9]\d*)
7
\.
0 commit comments