Skip to content

Commit 2d3d675

Browse files
committed
Bump to 6.6.1
1 parent ae8d9bd commit 2d3d675

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.6.0"
6+
version = "6.6.1"
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.6.0"
5+
current = "6.6.1"
66
regex = '''
77
(?P<major>\d+)
88
\.

tbump/cli.py

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

20-
TBUMP_VERSION = "6.6.0"
20+
TBUMP_VERSION = "6.6.1"
2121

2222
USAGE = textwrap.dedent(
2323
"""

0 commit comments

Comments
 (0)