Skip to content

Commit

Permalink
Bump to 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Dec 22, 2021
1 parent 7d6d3d7 commit 3e044ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ github_url = "https://github.com/dmerejkowsky/tbump"


[version]
current = "6.6.1"
current = "6.7.0"
regex = '''
(?P<major>\d+)
\.
Expand Down
2 changes: 1 addition & 1 deletion tbump/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
"""
Expand Down

0 comments on commit 3e044ab

Please sign in to comment.