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