From 5c0fb1fb17cff27e8df85179743bdffb0a6f7b61 Mon Sep 17 00:00:00 2001 From: PavelInjective Date: Thu, 14 Nov 2024 15:07:27 +0100 Subject: [PATCH] (fix) Edit version in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 067056d3..024cbe31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "injective-py" -version = "1.8.1" +version = "1.9.0-pre" description = "Injective Python SDK, with Exchange API Client" authors = ["Injective Labs "] license = "Apache-2.0"