diff --git a/pyproject.toml b/pyproject.toml index 186f8e5..d4f7147 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "agent-enrollment-protocol" -version = "0.1.0" +version = "0.1.1" description = "Official Python SDK for the Agent Enrollment Protocol" readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index b5f1456..e925f54 100644 --- a/uv.lock +++ b/uv.lock @@ -8,7 +8,7 @@ resolution-markers = [ [[package]] name = "agent-enrollment-protocol" -version = "0.1.0" +version = "0.1.1" source = { editable = "." } dependencies = [ { name = "cryptography" },