From da5e2dbce840817869a31df4fe6cd7296701d0a9 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Tue, 14 Sep 2021 15:32:24 +0200 Subject: [PATCH] Bump to 6.4.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 dc74f9c..18c9c5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ profile = "black" [tool.poetry] name = "tbump" -version = "6.3.2" +version = "6.4.0" description = "Bump software releases" readme = "README.rst" authors = ["Dimitri Merejkowsky "] diff --git a/tbump.toml b/tbump.toml index 4564aaa..23a805a 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/dmerejkowsky/tbump" [version] -current = "6.3.2" +current = "6.4.0" regex = ''' (?P\d+) \. diff --git a/tbump/cli.py b/tbump/cli.py index 5e963d6..f3e58b8 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.3.2" +TBUMP_VERSION = "6.4.0" USAGE = textwrap.dedent( """