diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2019-11-06 19:35:12 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-11-06 19:35:12 +0100 |
commit | ace7b2967ea762ec43fc7be8ab9c8007564d9be2 (patch) | |
tree | 8ed61886c9d49bdc17ef3daf7367159dff1d34b0 /astroid/__pkginfo__.py | |
parent | d5937efea39843c4c99e43dc1dcdda9c58316072 (diff) | |
download | astroid-git-2.3.tar.gz |
Prepare 2.3.3astroid-2.3.32.3
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 a6db0619..4a17b5dd 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -17,7 +17,7 @@ """astroid packaging information""" -version = "2.3.2" +version = "2.3.3" numversion = tuple(int(elem) for elem in version.split(".") if elem.isdigit()) extras_require = {} |