From f26e986077cbfa17ddb6ab498359bedfc20ead35 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Thu, 1 Jul 2021 10:25:52 +0200 Subject: [PATCH] Move back to a dev version following 2.9.2 release --- pylint/__pkginfo__.py | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 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: diff --git a/tbump.toml b/tbump.toml index 87ce7cbf1..becae65ec 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/pylint" [version] -current = "2.9.2" +current = "2.9.3-dev0" regex = ''' ^(?P0|[1-9]\d*) \.