We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01079e commit cbf32fbCopy full SHA for cbf32fb
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "sentience-python"
7
-version = "0.1.0"
+version = "0.10.5"
8
description = "Python SDK for Sentience AI Agent Browser Automation"
9
readme = "README.md"
10
requires-python = ">=3.11"
sentience/__init__.py
@@ -15,7 +15,7 @@
15
from .read import read
16
from .screenshot import screenshot
17
18
-__version__ = "0.1.0"
+__version__ = "0.10.5"
19
20
__all__ = [
21
"SentienceBrowser",
0 commit comments