We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1797e6e commit a813780Copy full SHA for a813780
predicate/__init__.py
@@ -178,7 +178,7 @@
178
PredicateVisualAgentAsync = SentienceVisualAgentAsync
179
PredicateDebugger = SentienceDebugger
180
181
-__version__ = "0.99.8"
+__version__ = "0.99.9"
182
183
__all__ = [
184
# Extension helpers (for browser-use integration)
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "predicatelabs"
7
-version = "0.99.8"
+version = "0.99.9"
8
description = "Python SDK for Sentience AI Agent Browser Automation"
9
readme = "README.md"
10
requires-python = ">=3.11"
0 commit comments