We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17131f commit 18873d1Copy full SHA for 18873d1
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "sentienceapi"
7
-version = "0.94.0"
+version = "0.94.1"
8
description = "Python SDK for Sentience AI Agent Browser Automation"
9
readme = "README.md"
10
requires-python = ">=3.11"
sentience/__init__.py
@@ -121,7 +121,7 @@
121
from .visual_agent import SentienceVisualAgent, SentienceVisualAgentAsync
122
from .wait import wait_for
123
124
-__version__ = "0.94.0"
+__version__ = "0.94.1"
125
126
__all__ = [
127
# Extension helpers (for browser-use integration)
0 commit comments