Skip to content

Commit 80300af

Browse files
author
SentienceDEV
committed
bump version to v1.1.1
1 parent f850506 commit 80300af

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

compat/predicate-sdk-shim/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "predicate-sdk"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Compatibility shim for predicate-runtime"
99
readme = "README.md"
1010
requires-python = ">=3.11"
@@ -13,7 +13,7 @@ authors = [
1313
{name = "Sentience Team"}
1414
]
1515
dependencies = [
16-
"predicate-runtime==1.1.0",
16+
"predicate-runtime==1.1.1",
1717
]
1818
keywords = ["predicate", "runtime", "compatibility", "shim"]
1919
classifiers = [

predicate/__init__.py

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

190-
__version__ = "1.1.0"
190+
__version__ = "1.1.1"
191191

192192
__all__ = [
193193
# 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.1.0"
7+
version = "1.1.1"
88
description = "Python SDK for Sentience AI Agent Browser Automation"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)