Skip to content

Commit

Permalink
Bump to 6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed May 14, 2022
1 parent bc9d943 commit 54feff2
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.8.0"
version = "6.9.0"
description = "Bump software releases"
readme = "README.rst"
authors = ["Dimitri Merejkowsky <dimitri@dmerej.info>"]
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.8.0"
current = "6.9.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.8.0"
TBUMP_VERSION = "6.9.0"

USAGE = textwrap.dedent(
"""
Expand Down

0 comments on commit 54feff2

Please sign in to comment.