We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725eb6a commit 8860d21Copy full SHA for 8860d21
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "sentience-python"
7
-version = "0.12.1"
+version = "0.90.0"
8
description = "Python SDK for Sentience AI Agent Browser Automation"
9
readme = "README.md"
10
requires-python = ">=3.11"
sentience/__init__.py
@@ -58,7 +58,7 @@
58
)
59
from .wait import wait_for
60
61
-__version__ = "0.12.1"
+__version__ = "0.90.0"
62
63
__all__ = [
64
# Core SDK
0 commit comments