Skip to content

Commit d17ad1a

Browse files
author
SentienceDEV
committed
bump version to v0.99.8
1 parent 70546e8 commit d17ad1a

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
@@ -168,7 +168,7 @@
168168
from .visual_agent import SentienceVisualAgent, SentienceVisualAgentAsync
169169
from .wait import wait_for
170170

171-
__version__ = "0.99.7"
171+
__version__ = "0.99.8"
172172

173173
__all__ = [
174174
# 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 = "predicatelabs"
7-
version = "0.99.7"
7+
version = "0.99.8"
88
description = "Python SDK for Sentience AI Agent Browser Automation"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)