Skip to content

Commit

Permalink
Bump to 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Jul 23, 2020
1 parent e09fa2b commit 63bdeae
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.1.0"
version = "6.1.1"
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
Expand Up @@ -2,7 +2,7 @@ github_url = "https://github.com/TankerHQ/tbump"


[version]
current = "6.1.0"
current = "6.1.1"
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 @@ -19,7 +19,7 @@
from tbump.hooks import HooksRunner


TBUMP_VERSION = "6.1.0"
TBUMP_VERSION = "6.1.1"

USAGE = textwrap.dedent(
"""
Expand Down

0 comments on commit 63bdeae

Please sign in to comment.