diff --git a/pyproject.toml b/pyproject.toml index ff58eaa..ab4dd79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "becwright" -version = "0.1.0" +version = "0.2.0" description = "Deterministically enforces constraints (BECs) on your code, blocking commits that violate them." readme = "README.md" requires-python = ">=3.12" diff --git a/src/becwright/__init__.py b/src/becwright/__init__.py index 3dc1f76..d3ec452 100644 --- a/src/becwright/__init__.py +++ b/src/becwright/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.2.0"