diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f99cd171..9000b0b1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,6 +47,7 @@ jobs: # Run Ruff formatter check (without modifying files) ruff check stagehand + # TODO: add back as soon as CI is passing # Commenting to cut release # - name: Run tests # run: | diff --git a/pyproject.toml b/pyproject.toml index 1f6740af..e45d704d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stagehand" -version = "0.0.1" +version = "0.0.2" description = "Python SDK for Stagehand" readme = "README.md" license = {text = "MIT"}