diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 435d64c705..9cd8bfebf5 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -2,5 +2,5 @@ # For details: https://github.com/PyCQA/astroid/blob/main/LICENSE # Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt -__version__ = "2.14.0" +__version__ = "2.15.0-dev0" version = __version__ diff --git a/tbump.toml b/tbump.toml index f97c2e1f61..f0d1f5d2b0 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.14.0" +current = "2.15.0-dev0" regex = ''' ^(?P0|[1-9]\d*) \.