summaryrefslogtreecommitdiff
path: root/astroid
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-04-25 19:54:05 +0200
committerMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-04-25 19:54:05 +0200
commit42f261dbed9b3bc56118ae2496fcf48ef287d54f (patch)
tree7e23c24ef5a9bafe85b81b3a4ca2a529feceeba2 /astroid
parenta2178fff0527bb80f4514a4744b3473cd0637a6c (diff)
downloadastroid-git-42f261dbed9b3bc56118ae2496fcf48ef287d54f.tar.gz
Upgrade the version to 3.0.0a3-dev0 following 3.0.0a2 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 ad86afae..8d36bcd9 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"
+__version__ = "3.0.0a3-dev0"
version = __version__