From 7d84083b369063671e868fcc12634173d84d760c Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Wed, 21 Sep 2022 14:22:51 +0200 Subject: [PATCH] chore: update version to 0.1.6 Signed-off-by: Timo Glastra --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 023f4d4..d593f54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "acapy_wallet_groups_plugin" -version = "0.1.5" +version = "0.1.6" description = "Agent plugin to add a group id to a wallet" authors = ["Berend Sliedrecht "] packages = [{ include = "acapy_wallet_groups_plugin" }]