From f273365ab289fef284c692a1e1e6543a3d9950d4 Mon Sep 17 00:00:00 2001 From: Daniel Bluhm Date: Fri, 20 Oct 2023 14:24:01 -0400 Subject: [PATCH] chore: bump patch Signed-off-by: Daniel Bluhm --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c138aa0..6ab75ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydid" -version = "0.3.9" +version = "0.3.10" description = "Python library for validating, constructing, and representing DIDs and DID Documents" authors = ["Daniel Bluhm "] license = "Apache 2.0"