From f5f1125e31b85f2c2002189c8ad95a691fd56c83 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 15 Aug 2021 21:29:46 +0200 Subject: [PATCH] Move back to a dev version following 2.7.0 release --- astroid/__pkginfo__.py | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 3fbc7024eb..9f36c7448a 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -24,5 +24,5 @@ # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/main/LICENSE -__version__ = "2.7.0" +__version__ = "2.7.1-dev0" version = __version__ diff --git a/tbump.toml b/tbump.toml index 9bcb07da1d..3916518511 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.7.0" +current = "2.7.1-dev0" regex = ''' ^(?P0|[1-9]\d*) \.