From a327757001b4877b55ff12266e066b6f205c0959 Mon Sep 17 00:00:00 2001 From: nullhack Date: Wed, 20 May 2026 15:20:51 -0400 Subject: [PATCH] chore: bump version to 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"