Skip to content

Commit e5d33e6

Browse files
Upgrade the version to 2.10.0-dev0 following 2.9.2 release
1 parent 101aed9 commit e5d33e6

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.2"
27+
__version__ = "2.10.0-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.2"
4+
current = "2.10.0-dev0"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)