diff --git a/pyproject.toml b/pyproject.toml index 61804ef..723d03e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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\d+) diff --git a/tavern_flask/__init__.py b/tavern_flask/__init__.py index f102a9c..3dc1f76 100644 --- a/tavern_flask/__init__.py +++ b/tavern_flask/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.1.0"