Skip to content

Commit 7f770fa

Browse files
Upgrade the version to 2.9.1-dev0 following 2.9.0 release
1 parent d0775d5 commit 7f770fa

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
@@ -24,5 +24,5 @@
2424
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2525
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
2626

27-
__version__ = "2.9.0"
27+
__version__ = "2.9.1-dev0"
2828
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/PyCQA/astroid"
22

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

0 commit comments

Comments
 (0)