From 96e7f4c68bb9e1e8ebb457a4e3883a93f65df82d Mon Sep 17 00:00:00 2001 From: abel Date: Wed, 8 Nov 2023 16:50:54 -0300 Subject: [PATCH] (fix) Updated version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24feb921..58ce21f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "injective-py" -version = "1.0.1-rc1" +version = "1.0.1-rc2" description = "Injective Python SDK, with Exchange API Client" authors = ["Injective Labs "] license = "Apache-2.0"