Skip to content

Commit

Permalink
Bump to 6.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Feb 5, 2020
1 parent eeacde5 commit 414bfb5
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tbump"
version = "6.0.6"
version = "6.0.7"
description = "Bump software releases"
authors = ["Dimitri Merejkowsky <[email protected]>"]
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
current = "6.0.6"
current = "6.0.7"
regex = '''
(?P<major>\d+)
\.
Expand Down
2 changes: 1 addition & 1 deletion tbump/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from tbump.hooks import HooksRunner


TBUMP_VERSION = "6.0.6"
TBUMP_VERSION = "6.0.7"

USAGE = textwrap.dedent(
"""
Expand Down

0 comments on commit 414bfb5

Please sign in to comment.