Skip to content

Commit 9ee87c3

Browse files
Bump astroid to 3.0.0b1-dev0, update changelog
1 parent 3dbb5d7 commit 9ee87c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astroid/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
33
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
44

5-
__version__ = "3.0.0b0"
5+
__version__ = "3.0.0b1-dev0"
66
version = __version__

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/pylint-dev/astroid"
22

33
[version]
4-
current = "3.0.0b0"
4+
current = "3.0.0b1-dev0"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)