From ac0256c36652ea034fd06b3a8ff8d4bb5ff33e1f Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Sat, 27 Sep 2025 20:51:46 -0600 Subject: [PATCH] chore: bump version to 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b43884f..6d52a1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "passkey" -version = "0.1.0" +version = "0.1.1" description = "Passkey Authentication for Web Services" authors = [ {name = "Leo Vasanko"},