diff --git a/pyproject.toml b/pyproject.toml index 6cfd5d6..7f511fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ profile = "black" [tool.poetry] name = "tbump" -version = "6.6.1" +version = "6.7.0" description = "Bump software releases" readme = "README.rst" authors = ["Dimitri Merejkowsky "] diff --git a/tbump.toml b/tbump.toml index 18b4673..eccb391 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/dmerejkowsky/tbump" [version] -current = "6.6.1" +current = "6.7.0" regex = ''' (?P\d+) \. diff --git a/tbump/cli.py b/tbump/cli.py index d880aa4..caf3ca9 100644 --- a/tbump/cli.py +++ b/tbump/cli.py @@ -17,7 +17,7 @@ from tbump.hooks import HooksRunner from tbump.init import init -TBUMP_VERSION = "6.6.1" +TBUMP_VERSION = "6.7.0" USAGE = textwrap.dedent( """