From 4d401a4b167b324460b640b895946679fd89345a Mon Sep 17 00:00:00 2001 From: Daniel Bluhm Date: Fri, 5 Jan 2024 13:06:36 -0500 Subject: [PATCH] chore: bump version Signed-off-by: Daniel Bluhm --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 116468e..7f974b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydid" -version = "0.4.2" +version = "0.4.3" description = "Python library for validating, constructing, and representing DIDs and DID Documents" authors = ["Daniel Bluhm "] license = "Apache 2.0"