We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37543f commit 8ea571bCopy full SHA for 8ea571b
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "sentience-python"
7
-version = "0.10.7"
+version = "0.10.8"
8
description = "Python SDK for Sentience AI Agent Browser Automation"
9
readme = "README.md"
10
requires-python = ">=3.11"
sentience/__init__.py
@@ -41,7 +41,7 @@
41
from .snapshot import snapshot
42
from .wait import wait_for
43
44
-__version__ = "0.10.7"
+__version__ = "0.10.8"
45
46
__all__ = [
47
# Core SDK
0 commit comments