Skip to content

Commit

Permalink
Upgrade the version to 2.13.0-dev0 following 2.12.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Dec 3, 2021
1 parent eec287f commit e3b5edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
from typing import Tuple

__version__ = "2.12.2"
__version__ = "2.13.0-dev0"


def get_numversion_from_version(v: str) -> Tuple:
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"

[version]
current = "2.12.2"
current = "2.13.0-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit e3b5edd

Please sign in to comment.