Skip to content

Commit 340265a

Browse files
committed
Bump to 6.11.0
1 parent 642c36a commit 340265a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ profile = "black"
33

44
[tool.poetry]
55
name = "tbump"
6-
version = "6.10.0"
6+
version = "6.11.0"
77
description = "Bump software releases"
88
readme = "README.rst"
99
authors = ["Dimitri Merejkowsky <[email protected]>"]

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ github_url = "https://github.com/dmerejkowsky/tbump"
22

33

44
[version]
5-
current = "6.10.0"
5+
current = "6.11.0"
66
regex = '''
77
(?P<major>\d+)
88
\.

tbump/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from tbump.hooks import HooksRunner
1919
from tbump.init import init
2020

21-
TBUMP_VERSION = "6.10.0"
21+
TBUMP_VERSION = "6.11.0"
2222

2323
USAGE = textwrap.dedent(
2424
"""

0 commit comments

Comments
 (0)