From 9696350acf7a6dbf9334dc348c9ccb0b480ce235 Mon Sep 17 00:00:00 2001 From: nullhack Date: Wed, 13 May 2026 14:44:53 -0400 Subject: [PATCH] chore: bump version to 0.2.1 --- pyproject.toml | 2 +- pytest_beehave/__init__.py | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d541311..c496839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pytest-beehave" -version = "0.2.0" +version = "0.2.1" description = "A pytest plugin that generates test stubs from Gherkin feature files, checks consistency, and displays BDD steps in pytest output" readme = "README.md" requires-python = ">=3.14" diff --git a/pytest_beehave/__init__.py b/pytest_beehave/__init__.py index 423f296..f71493d 100644 --- a/pytest_beehave/__init__.py +++ b/pytest_beehave/__init__.py @@ -1,3 +1,3 @@ """pytest-beehave — beehave stub generation during the pytest lifecycle.""" -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/uv.lock b/uv.lock index a441ea1..24dd342 100644 --- a/uv.lock +++ b/uv.lock @@ -677,7 +677,7 @@ wheels = [ [[package]] name = "pytest-beehave" -version = "0.2.0" +version = "0.2.1" source = { editable = "." } dependencies = [ { name = "beehave" },