From a6168f59bcbfffe51c24211725c3f2e188112107 Mon Sep 17 00:00:00 2001 From: DataDave-Dev <153755137+DataDave-Dev@users.noreply.github.com> Date: Tue, 30 Jun 2026 10:57:04 -0600 Subject: [PATCH] chore: bump version to 0.2.0 PyPI 0.1.0 is already published; this is the first release with npm/pnpm distribution, the Claude Code plugin and the MCP server, so it warrants a minor bump. The npm package versions are derived from the git tag at publish time. --- pyproject.toml | 2 +- src/becwright/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"