diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2019-03-08 17:14:08 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-03-08 17:14:08 +0100 |
commit | 01a25f31962dd5017a141a6450859a7c1c82722d (patch) | |
tree | bd0f77f347ed6ec496700df4bb671138369c1a15 /astroid/__pkginfo__.py | |
parent | f33c5a0cdf286d010175ab41e44d790c3d3f63ea (diff) | |
download | astroid-git-2.2.tar.gz |
Prepare 2.2.5astroid-2.2.52.2
Diffstat (limited to 'astroid/__pkginfo__.py')
-rw-r--r-- | astroid/__pkginfo__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 66c64659..a1f58a84 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -21,7 +21,7 @@ distname = "astroid" modname = "astroid" -version = "2.2.4" +version = "2.2.5" numversion = tuple(int(elem) for elem in version.split(".") if elem.isdigit()) extras_require = {} |