From 4e0c1a5ae43abfd4a2584a12a35d22ce1efc6624 Mon Sep 17 00:00:00 2001 From: Daniel Bluhm Date: Wed, 21 Apr 2021 09:39:09 -0400 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 177e9ea..2366425 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ show_missing = true [tool.poetry] name = "pydid" -version = "0.2.3" +version = "0.2.4" description = "Python library for validating, constructing, and representing DIDs and DID Documents" authors = ["Daniel Bluhm "] license = "Apache 2.0"