summaryrefslogtreecommitdiff
path: root/astroid
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-30 18:43:07 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-30 18:43:07 +0200
commit8f083e7283e731b12ca53c8f84ebd0ed731eebd1 (patch)
tree540af8354369bae04a261bc5b2634b6d7a2e7268 /astroid
parentf94eb5fe3af337660447fbe49420412846db7e46 (diff)
downloadastroid-git-8f083e7283e731b12ca53c8f84ebd0ed731eebd1.tar.gz
Move back to a dev version following 2.7.3 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 b9d39a18..8a22ac83 100644
--- a/astroid/__pkginfo__.py
+++ b/astroid/__pkginfo__.py
@@ -24,5 +24,5 @@
# 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.7.3"
+__version__ = "2.7.4-dev0"
version = __version__