From b51ac1fa0f16ef10fd68585591fe437fdb8ee958 Mon Sep 17 00:00:00 2001 From: cyc60 Date: Wed, 30 Oct 2024 14:48:55 +0300 Subject: [PATCH] Bump version --- poetry.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 80fe52e..6fa1725 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2848,4 +2848,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9ec5dc49af6a4c278b07faf059b33417b2574e01261e718ae875af8719d25a8f" +content-hash = "e0e52b1b046717f8a0fbc1687b1c6102e98a39a5de753be7c41a28ff5e847b15" diff --git a/pyproject.toml b/pyproject.toml index 925fc8e..ccfcb12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sw-utils" -version = "v0.6.27" +version = "v0.6.28" description = "StakeWise Python utils" authors = ["StakeWise Labs "] license = "GPL-3.0-or-later" @@ -14,7 +14,7 @@ tenacity = "==8.2.3" pyjwt = "==2.8.0" ssz = "==0.5.0" web3 = "==7.4.0" -py-ecc = "==7.0.1" +py-ecc = "^7.0.1" [tool.poetry.group.dev.dependencies] pylint = "^3.0.1"