diff options
-rw-r--r-- | astroid/__pkginfo__.py | 2 | ||||
-rw-r--r-- | tbump.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 849e09d5..3d61098b 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.9.3" +__version__ = "2.9.4-dev0" version = __version__ @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.9.3" +current = "2.9.4-dev0" regex = ''' ^(?P<major>0|[1-9]\d*) \. |