From d3269bd5f88ebc2da179c6cb30d3d68cf88f42cb Mon Sep 17 00:00:00 2001 From: jamshale Date: Thu, 29 Aug 2024 19:26:53 +0000 Subject: [PATCH] Revert 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 8c48335d9f..5b893a82c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aries_cloudagent" -version = "1.0.1rc1" +version = "1.0.0" 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"