diff options
Diffstat (limited to 'astroid/__pkginfo__.py')
-rw-r--r-- | astroid/__pkginfo__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 5e5a39ac..3697b8fe 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -18,11 +18,11 @@ # Copyright (c) 2020 Konrad Weihmann <kweihmann@outlook.com> # Copyright (c) 2020 Felix Mölder <felix.moelder@uni-due.de> # Copyright (c) 2020 Michael <michael-k@users.noreply.github.com> -# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> +# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/main/LICENSE -__version__ = "2.6.3-dev0" +__version__ = "2.6.3" version = __version__ |