summaryrefslogtreecommitdiff
path: root/pylint/__pkginfo__.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-01 10:25:52 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-01 10:35:08 +0200
commitf26e986077cbfa17ddb6ab498359bedfc20ead35 (patch)
tree04eeae978989394bcc0ce983b5116efec192b75f /pylint/__pkginfo__.py
parentcb83d73b5c2cc36f8f0c57d0d448257da305b751 (diff)
downloadpylint-git-f26e986077cbfa17ddb6ab498359bedfc20ead35.tar.gz
Move back to a dev version following 2.9.2 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 0eaf3786c..3be32cd61 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -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: