From 9483df19598343fd98e88f5504424f8981ed1a87 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 25 Apr 2023 13:52:18 +0200 Subject: Upgrade the version to 3.0.0a2-dev0 following the 3.0.0a1 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 7225e76d..62c66e29 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -2,5 +2,5 @@ # For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE # Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt -__version__ = "3.0.0a1" +__version__ = "3.0.0a2-dev0" version = __version__ diff --git a/tbump.toml b/tbump.toml index 339cf839..ed881458 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.0.0a1" +current = "3.0.0a2-dev0" regex = ''' ^(?P0|[1-9]\d*) \. -- cgit v1.2.1