From 53491f99cbe205ce78368296bc3bca8c47758e85 Mon Sep 17 00:00:00 2001 From: Dmitri Tsumak Date: Wed, 13 Sep 2023 10:22:41 +0800 Subject: [PATCH] Update pyproject.toml (#155) Signed-off-by: Dmitri Tsumak --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57d943e..8393b90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "oracle" -version = "3.1.0" +version = "3.2.0" description = "StakeWise Oracles are responsible for submitting off-chain data." authors = ["Dmitri Tsumak "] license = "AGPL-3.0-only"