We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605ceda commit 1600aabCopy full SHA for 1600aab
predicate/__init__.py
@@ -188,7 +188,7 @@
188
PredicateVisualAgentAsync = SentienceVisualAgentAsync
189
PredicateDebugger = SentienceDebugger
190
191
-__version__ = "1.2.0"
+__version__ = "1.3.0"
192
193
__all__ = [
194
# Extension helpers (for browser-use integration)
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "predicate-runtime"
7
-version = "1.2.0"
+version = "1.3.0"
8
description = "Python SDK for Sentience AI Agent Browser Automation"
9
readme = "README.md"
10
requires-python = ">=3.11"
0 commit comments