Skip to content

Commit e3b5edd

Browse files
Upgrade the version to 2.13.0-dev0 following 2.12.2 release
1 parent eec287f commit e3b5edd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pylint/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
33
from typing import Tuple
44

5-
__version__ = "2.12.2"
5+
__version__ = "2.13.0-dev0"
66

77

88
def get_numversion_from_version(v: str) -> Tuple:

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/pylint"
22

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

0 commit comments

Comments
 (0)