From 0c25e9af51580fecbaba7377f88ff90f6efed192 Mon Sep 17 00:00:00 2001 From: Daniel Bluhm Date: Thu, 14 Dec 2023 13:33:35 -0500 Subject: [PATCH] chore: bump version Signed-off-by: Daniel Bluhm --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8cf810..c827dd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,11 @@ [project] name = "didcomm-messaging" -version = "0.1.0a0" +version = "0.1.0a1" description = "DIDComm Messaging implemented with swappable backends." authors = [ {name = "Daniel Bluhm", email = "dbluhm@pm.me"}, + {name = "Colton Wolkins", email = "colton@indicio.tech"}, + {name = "Micah Peltier", email = "micah@indicio.tech"}, ] dependencies = [ "base58>=2.1.1",