From 14eeb3fd64826c4a42a4c2f4edbac2476528dedc Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 14 May 2023 19:45:10 +0200 Subject: Bump astroid to 3.0.0a4-dev0, 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 7b5021fd..42b6aca0 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.0a3" +__version__ = "3.0.0a4-dev0" version = __version__ -- cgit v1.2.1