diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2019-10-09 09:27:08 +0200 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-10-09 09:27:08 +0200 |
| commit | ee9f48c7c169876fad6e7e911a4ea0c459b2c232 (patch) | |
| tree | 36ca8c974d0f3e77798c68ddfc0b6bab4933ae78 /astroid | |
| parent | bff51e9d41a3084b9313fa2108ae13f079bc0b58 (diff) | |
| download | astroid-git-ee9f48c7c169876fad6e7e911a4ea0c459b2c232.tar.gz | |
Make master 2.4.0
Diffstat (limited to 'astroid')
| -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 54215525..165d5ecb 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -17,7 +17,7 @@ """astroid packaging information""" -version = "2.3.1" +version = "2.4.0" numversion = tuple(int(elem) for elem in version.split(".") if elem.isdigit()) extras_require = {} |
