We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2891daf commit 0ea6d86Copy full SHA for 0ea6d86
astroid/__pkginfo__.py
@@ -2,5 +2,5 @@
2
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
3
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
4
5
-__version__ = "3.0.0"
+__version__ = "3.1.0-dev0"
6
version = __version__
tbump.toml
@@ -1,7 +1,7 @@
1
github_url = "https://github.com/pylint-dev/astroid"
[version]
-current = "3.0.0"
+current = "3.1.0-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
7
\.
0 commit comments