summaryrefslogtreecommitdiff
path: root/pylint/__pkginfo__.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-25 20:29:46 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-25 20:29:46 +0200
commit49223e130ff05cc3b615ed2402f00e0c5b8f479c (patch)
tree77319d7e0b654fbbba909aa75e1cde721009c499 /pylint/__pkginfo__.py
parent444f654e23de0772036c0e29c8e5745e48a8970c (diff)
downloadpylint-git-49223e130ff05cc3b615ed2402f00e0c5b8f479c.tar.gz
Move back to a dev version following 2.9.6 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 5ae484428..7afafb6c3 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.6"
+__version__ = "2.10.0-dev0"
def get_numversion_from_version(v: str) -> Tuple: