From 35975b6757ffd64a83a5546f4a0fc97d82f9a0d0 Mon Sep 17 00:00:00 2001 From: cryptorock Date: Sat, 12 Feb 2022 12:11:42 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7167a1b..1ede3ea 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name = 'ic-py', - version = '0.0.9', + version = '0.1.0', description = 'Python Agent Library for the Internet Computer', long_description = long_description, long_description_content_type = "text/markdown",