Move back to a dev version following 2.9.2 release

This commit is contained in:
Pierre Sassoulas 2021-07-01 10:25:52 +02:00
parent cb83d73b5c
commit f26e986077
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE
from typing import Tuple
__version__ = "2.9.2"
__version__ = "2.9.3-dev0"
def get_numversion_from_version(v: str) -> Tuple:

View File

@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"
[version]
current = "2.9.2"
current = "2.9.3-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.