summaryrefslogtreecommitdiff
path: root/astroid
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-04-25 19:52:22 +0200
committerMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-04-25 19:52:22 +0200
commita2178fff0527bb80f4514a4744b3473cd0637a6c (patch)
tree0851f25b99c59a4468665f075b2b73361984bb96 /astroid
parent310b62ad450527859a8b59c385aeca35663560fb (diff)
downloadastroid-git-a2178fff0527bb80f4514a4744b3473cd0637a6c.tar.gz
Bump astroid to 3.0.0a2, update changelogv3.0.0a2
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 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__