Skip to content

Commit

Permalink
Bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Mar 27, 2024
1 parent a04ba64 commit 790b838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ keywords = ["testing", "pytest"]

name = "tavern-flask"
description = "Flask plugin for Tavern"
version = "0.0.1"
version = "0.1.0"

dependencies = [
"tavern>=2.10.1,<3",
Expand Down Expand Up @@ -108,7 +108,7 @@ known-first-party = ["tavern_flask"]
docstring-code-format = true

[tool.tbump.version]
current = "0.0.1"
current = "0.1.0"

regex = '''
(?P<major>\d+)
Expand Down
2 changes: 1 addition & 1 deletion tavern_flask/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.1.0"

0 comments on commit 790b838

Please sign in to comment.