From 282a688f9a654e6ad4fe8732a646c42a1597b4c5 Mon Sep 17 00:00:00 2001 From: Alexandru Popenta Date: Thu, 2 Nov 2023 15:27:19 +0200 Subject: [PATCH] fix core package version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d5d7ae7c..cec19286 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "multiversx-sdk-cli" -version = "8.1.4" +version = "8.1.5" authors = [ { name="MultiversX" }, ] @@ -29,7 +29,7 @@ dependencies = [ "rich==13.3.4", "multiversx-sdk-network-providers>=0.11.0", "multiversx-sdk-wallet>=0.7.0, <0.8.0", - "multiversx-sdk-core>=0.5.0" + "multiversx-sdk-core==0.6.0" ] [tool.hatch.build]