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