Skip to content

Commit 354f86b

Browse files
committed
bump version
1 parent 2f46c8d commit 354f86b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sentience-python"
7-
version = "0.10.5"
7+
version = "0.10.6"
88
description = "Python SDK for Sentience AI Agent Browser Automation"
99
readme = "README.md"
1010
requires-python = ">=3.11"

sentience/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from .read import read
1616
from .screenshot import screenshot
1717

18-
__version__ = "0.10.5"
18+
__version__ = "0.10.6"
1919

2020
__all__ = [
2121
"SentienceBrowser",

0 commit comments

Comments
 (0)