summaryrefslogtreecommitdiff
path: root/astroid
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-05-14 19:45:10 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-05-14 19:45:10 +0200
commit14eeb3fd64826c4a42a4c2f4edbac2476528dedc (patch)
treeef4e72495c0e715fadf3faae45224f0f625b820c /astroid
parent9ce1bc38cad5af5b838d132b8e4aa29e5eab3857 (diff)
downloadastroid-git-14eeb3fd64826c4a42a4c2f4edbac2476528dedc.tar.gz
Bump astroid to 3.0.0a4-dev0, update changelog
Diffstat (limited to 'astroid')
-rw-r--r--astroid/__pkginfo__.py2
1 files changed, 1 insertions, 1 deletions
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__