From 43d1127011282404ec9eec5294aaaf8a1bd04023 Mon Sep 17 00:00:00 2001 From: rcholic Date: Fri, 26 Dec 2025 17:21:25 -0800 Subject: [PATCH] bump version --- pyproject.toml | 2 +- sentience/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9b518f4..7722855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sentience-python" -version = "0.12.0" +version = "0.12.1" description = "Python SDK for Sentience AI Agent Browser Automation" readme = "README.md" requires-python = ">=3.11" diff --git a/sentience/__init__.py b/sentience/__init__.py index 2ac9c18..1f0cd12 100644 --- a/sentience/__init__.py +++ b/sentience/__init__.py @@ -56,7 +56,7 @@ ) from .wait import wait_for -__version__ = "0.12.0" +__version__ = "0.12.1" __all__ = [ # Core SDK