From a480c75368645d086baf91ff0ea390cf5f335511 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Fri, 29 Dec 2023 00:42:05 -0300 Subject: [PATCH] add(BREAK CHANGE): change the way merkle root is built to support compatibility with merkletreejs Signed-off-by: Lucas Oliveira --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73afb59..13adf9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "merkly" -version = "0.8.2" +version = "1.0.0" description = "🌳 The simple and easy implementation of Merkle Tree" authors = ["Lucas Oliveira "] repository = "https://github.com/olivmath/merkly.git"