We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a99762 commit 6dc4b5bCopy full SHA for 6dc4b5b
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "sentienceapi"
7
-version = "0.99.2"
+version = "0.99.3"
8
description = "Python SDK for Sentience AI Agent Browser Automation"
9
readme = "README.md"
10
requires-python = ">=3.11"
sentience/__init__.py
@@ -164,7 +164,7 @@
164
from .visual_agent import SentienceVisualAgent, SentienceVisualAgentAsync
165
from .wait import wait_for
166
167
-__version__ = "0.99.2"
+__version__ = "0.99.3"
168
169
__all__ = [
170
# Extension helpers (for browser-use integration)
0 commit comments