summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-01 14:37:12 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-01 14:54:36 +0200
commit6f066733e23a61d83580cd1898e6b8afab8fafea (patch)
tree3c77efba74f714f77601d475864f68850ac55ec1
parentaa688de05e469e33a20478144013946ccb752736 (diff)
downloadpylint-git-6f066733e23a61d83580cd1898e6b8afab8fafea.tar.gz
Move back to a dev version following 2.9.3 release
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--tbump.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index e765810c2..a8384d2db 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -2,7 +2,7 @@
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
from typing import Tuple
-__version__ = "2.9.3"
+__version__ = "2.9.4-dev0"
def get_numversion_from_version(v: str) -> Tuple:
diff --git a/tbump.toml b/tbump.toml
index d65f63f92..b21635b4c 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"
[version]
-current = "2.9.3"
+current = "2.9.4-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.