From 15d7ab2fb50d91e698e52f4c00ce8fd78144d684 Mon Sep 17 00:00:00 2001 From: Lim Yee Han Date: Tue, 29 Oct 2024 20:15:25 +0800 Subject: [PATCH] bump version in toml file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b552d62..a16477d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "crypto-com-developer-platform-client" -version = "1.0.2" +version = "1.0.3" description = "A python client to interact with @cryptocom/developer-platform-service" authors = ["Ric Arcifa "] license = "MIT"