Skip to content

Commit 0997c4c

Browse files
author
SentienceDEV
committed
bump version to 0.99.0
1 parent 006f6d8 commit 0997c4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "sentienceapi"
7-
version = "0.98.5"
7+
version = "0.99.0"
88
description = "Python SDK for Sentience AI Agent Browser Automation"
99
readme = "README.md"
1010
requires-python = ">=3.11"

sentience/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
from .visual_agent import SentienceVisualAgent, SentienceVisualAgentAsync
135135
from .wait import wait_for
136136

137-
__version__ = "0.98.5"
137+
__version__ = "0.99.0"
138138

139139
__all__ = [
140140
# Extension helpers (for browser-use integration)

0 commit comments

Comments
 (0)