We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebd525 commit f38cac9Copy full SHA for f38cac9
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "sentienceapi"
7
-version = "0.91.1"
+version = "0.92.0"
8
description = "Python SDK for Sentience AI Agent Browser Automation"
9
readme = "README.md"
10
requires-python = ">=3.11"
sentience/__init__.py
@@ -72,7 +72,7 @@
72
from .utils.formatting import format_snapshot_for_llm
73
from .wait import wait_for
74
75
-__version__ = "0.91.1"
+__version__ = "0.92.0"
76
77
__all__ = [
78
# Core SDK
0 commit comments