Skip to content

Commit 1600aab

Browse files
author
SentienceDEV
committed
bump version to v1.3.0
1 parent 605ceda commit 1600aab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

predicate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
PredicateVisualAgentAsync = SentienceVisualAgentAsync
189189
PredicateDebugger = SentienceDebugger
190190

191-
__version__ = "1.2.0"
191+
__version__ = "1.3.0"
192192

193193
__all__ = [
194194
# Extension helpers (for browser-use integration)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "predicate-runtime"
7-
version = "1.2.0"
7+
version = "1.3.0"
88
description = "Python SDK for Sentience AI Agent Browser Automation"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)