From 6b17f9855251f2d0a5088ece7168002d06401571 Mon Sep 17 00:00:00 2001 From: jamshale Date: Thu, 29 Aug 2024 18:14:29 +0000 Subject: [PATCH] Test release Signed-off-by: jamshale --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b893a82c9..7f74927232 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aries_cloudagent" -version = "1.0.0" +version = "1.0.1a0" description = "Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments. " authors = ["Hyperledger Aries "] license = "Apache-2.0"