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 c7e195e commit 034fb92Copy full SHA for 034fb92
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__ = "2.16.0dev0"
+__version__ = "3.0.0a1"
6
version = __version__
tbump.toml
@@ -1,7 +1,7 @@
1
github_url = "https://github.com/pylint-dev/astroid"
[version]
-current = "2.16.0dev0"
+current = "3.0.0a1"
regex = '''
^(?P<major>0|[1-9]\d*)
7
\.
0 commit comments