diff --git a/python-package/pyproject.toml b/python-package/pyproject.toml index 2f88684..d65f9e2 100644 --- a/python-package/pyproject.toml +++ b/python-package/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "promptguard" -version = "0.0.2" +version = "0.0.3" description = "The client-side SDK for PromptGuard, a privacy layer that enables applications to wrap external provider calls with a sanitization mechanism that hides sensitive inputs via an attested trusted execution environment." readme = "README.md" authors= [{ name = "Opaque Systems", email = "pypi@opaque.co" }]