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