Skip to content

Commit 8860d21

Browse files
author
Sentience Dev
committed
bump version
1 parent 725eb6a commit 8860d21

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.12.1"
7+
version = "0.90.0"
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
@@ -58,7 +58,7 @@
5858
)
5959
from .wait import wait_for
6060

61-
__version__ = "0.12.1"
61+
__version__ = "0.90.0"
6262

6363
__all__ = [
6464
# Core SDK

0 commit comments

Comments
 (0)