summaryrefslogtreecommitdiff
path: root/pylint/__pkginfo__.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-20 22:46:24 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-20 22:58:03 +0200
commitbbc4f6690724c3fa2325d6e3e4f1e5414a27983c (patch)
tree63e7e4ea2c9092829a7887305c75a07f4b804240 /pylint/__pkginfo__.py
parentea448b8905c10bdd1935b33fd95524aa4e2e71d6 (diff)
downloadpylint-git-bbc4f6690724c3fa2325d6e3e4f1e5414a27983c.tar.gz
Move back to a dev version following 2.10.0 release
Diffstat (limited to 'pylint/__pkginfo__.py')
-rw-r--r--pylint/__pkginfo__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 29e94f226..50af1aef1 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.0"
+__version__ = "2.10.1-dev0"
def get_numversion_from_version(v: str) -> Tuple: