From e4d51a27538be622aa53729718a860f844c93834 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Sun, 21 May 2023 16:57:56 +0200 Subject: [PATCH] Bump to 6.10.0 --- pyproject.toml | 2 +- tbump.toml | 2 +- tbump/cli.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7dac0d6..56c761e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ profile = "black" [tool.poetry] name = "tbump" -version = "6.9.0" +version = "6.10.0" description = "Bump software releases" readme = "README.rst" authors = ["Dimitri Merejkowsky "] diff --git a/tbump.toml b/tbump.toml index 7ce42b2..5cc266d 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/dmerejkowsky/tbump" [version] -current = "6.9.0" +current = "6.10.0" regex = ''' (?P\d+) \. diff --git a/tbump/cli.py b/tbump/cli.py index 002ee63..a01113f 100644 --- a/tbump/cli.py +++ b/tbump/cli.py @@ -18,7 +18,7 @@ from tbump.hooks import HooksRunner from tbump.init import init -TBUMP_VERSION = "6.9.0" +TBUMP_VERSION = "6.10.0" USAGE = textwrap.dedent( """