diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index fa3f8a4f47..6707429079 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -2,5 +2,5 @@ # For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE # Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt -__version__ = "3.3.0" +__version__ = "3.4.0-dev0" version = __version__ diff --git a/tbump.toml b/tbump.toml index a25b9c889f..2001b94c79 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "3.3.0" +current = "3.4.0-dev0" regex = ''' ^(?P0|[1-9]\d*) \.