summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-21 19:18:24 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-21 19:28:13 +0200
commitb6923bd7b52c10d09c36ffbedc31abfb9004074c (patch)
treec975d2982fb7039e1575174935cd6aee22b0febd
parent591a23adcfdd2fe20b8cfdb9e4e07772c8f454f8 (diff)
downloadpylint-git-b6923bd7b52c10d09c36ffbedc31abfb9004074c.tar.gz
Move back to a dev version following 2.10.2 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 30bcc09a7..c969ddef4 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.10.2"
+__version__ = "2.10.3-dev0"
def get_numversion_from_version(v: str) -> Tuple:
diff --git a/tbump.toml b/tbump.toml
index f29e67822..22b5b6e92 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"
[version]
-current = "2.10.2"
+current = "2.10.3-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.