Skip to content

Commit 47c9d06

Browse files
author
SentienceDEV
committed
bump version
1 parent 4c22029 commit 47c9d06

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.95.0"
7+
version = "0.96.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
@@ -129,7 +129,7 @@
129129
from .visual_agent import SentienceVisualAgent, SentienceVisualAgentAsync
130130
from .wait import wait_for
131131

132-
__version__ = "0.95.0"
132+
__version__ = "0.96.0"
133133

134134
__all__ = [
135135
# Extension helpers (for browser-use integration)

0 commit comments

Comments
 (0)