We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9483c commit 6a26b8fCopy full SHA for 6a26b8f
.github/workflows/publish.yml
@@ -47,6 +47,7 @@ jobs:
47
# Run Ruff formatter check (without modifying files)
48
ruff check stagehand
49
50
+ # TODO: add back as soon as CI is passing
51
# Commenting to cut release
52
# - name: Run tests
53
# run: |
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "stagehand"
7
-version = "0.0.1"
+version = "0.0.2"
8
description = "Python SDK for Stagehand"
9
readme = "README.md"
10
license = {text = "MIT"}
0 commit comments