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