summaryrefslogtreecommitdiff
path: root/astroid
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-04-25 13:52:18 +0200
committerMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-04-25 14:00:22 +0200
commit9483df19598343fd98e88f5504424f8981ed1a87 (patch)
tree50d47f89ba73af48874b146ba6d61878f8ab7fee /astroid
parent034fb9272727e69222f6f033897cb4a084ec949f (diff)
downloadastroid-git-9483df19598343fd98e88f5504424f8981ed1a87.tar.gz
Upgrade the version to 3.0.0a2-dev0 following the 3.0.0a1 release
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 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__