From a2178fff0527bb80f4514a4744b3473cd0637a6c Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 25 Apr 2023 19:52:22 +0200 Subject: Bump astroid to 3.0.0a2, update changelog --- astroid/__pkginfo__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astroid') diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 62c66e29..ad86afae 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.0a2-dev0" +__version__ = "3.0.0a2" version = __version__ -- cgit v1.2.1