From 729c6f64a4f0ecdeca0fe096f5fe5967402cdc42 Mon Sep 17 00:00:00 2001 From: ccyanxyz Date: Sat, 18 Dec 2021 23:47:21 +0800 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e9a3ef..93a2e5a 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name = 'ic-py', - version = '0.0.4', + version = '0.0.5', description = 'Python Agent Library for the Internet Computer', long_description = long_description, long_description_content_type = "text/markdown",