Skip to content

Commit 0b4ff3e

Browse files
authored
Merge pull request #60 from SentienceAPI/bump
bump version
2 parents f8d8dd3 + 43d1127 commit 0b4ff3e

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.0"
7+
version = "0.12.1"
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
@@ -56,7 +56,7 @@
5656
)
5757
from .wait import wait_for
5858

59-
__version__ = "0.12.0"
59+
__version__ = "0.12.1"
6060

6161
__all__ = [
6262
# Core SDK

0 commit comments

Comments
 (0)