Skip to content

Commit 65adcd1

Browse files
committed
fix package version variable to match pyproject version
1 parent 14de1a4 commit 65adcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stagehand/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
ObserveResult,
2222
)
2323

24-
__version__ = "0.0.1"
24+
__version__ = "0.0.6"
2525

2626
__all__ = [
2727
"Stagehand",

0 commit comments

Comments
 (0)