From f87a06a4c8c09e330338aca401f4179c4a94abfc Mon Sep 17 00:00:00 2001 From: Nas Kavian Date: Fri, 4 Sep 2026 18:34:37 -0700 Subject: [PATCH] chore: prepare 0.1.1 release --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },