diff --git a/pyproject.toml b/pyproject.toml index 6e2d3da..d2aaf91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "beehave" -version = "0.4.0" +version = "1.0.0" description = "A thin layer on Hypothesis for Gherkin-style BDD testing with vocabulary enforcement" readme = "README.md" requires-python = ">=3.14"