diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index d69b1ae..839257b 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "unplug-ai" -version = "0.2.0" +version = "0.2.1" description = "Pull the plug on bad AI. Fast prompt injection detection and redaction for LLM apps, agents, and RAG pipelines." readme = "README.md" license = "Apache-2.0" diff --git a/sdk/src/unplug/__init__.py b/sdk/src/unplug/__init__.py index c0c383e..f705b3a 100644 --- a/sdk/src/unplug/__init__.py +++ b/sdk/src/unplug/__init__.py @@ -68,4 +68,4 @@ # Single source of truth is pyproject.toml; avoids version drift. __version__ = _pkg_version("unplug-ai") except PackageNotFoundError: # not installed (e.g. running from a source checkout) - __version__ = "0.2.0" + __version__ = "0.2.1" diff --git a/sdk/uv.lock b/sdk/uv.lock index 6e820df..98660d2 100644 --- a/sdk/uv.lock +++ b/sdk/uv.lock @@ -2514,7 +2514,7 @@ wheels = [ [[package]] name = "unplug-ai" -version = "0.2.0" +version = "0.2.1" source = { editable = "." } dependencies = [ { name = "httpx" },