summaryrefslogtreecommitdiff
path: root/pylint/__pkginfo__.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-29 20:22:56 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-03 18:26:57 +0100
commite3b5edd37828b4ed6322050e9d562a17b0276102 (patch)
treef5ef8abcf738eb18fb9cbe6e305d6f7d7c12f4c3 /pylint/__pkginfo__.py
parenteec287fae66f8fc514d5daa9caee46fd0e0cb6d9 (diff)
downloadpylint-git-e3b5edd37828b4ed6322050e9d562a17b0276102.tar.gz
Upgrade the version to 2.13.0-dev0 following 2.12.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 1e2846ef0..b2546d3a1 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.12.2"
+__version__ = "2.13.0-dev0"
def get_numversion_from_version(v: str) -> Tuple: