From f04f7f21dfbdde8a74c76ce61b9b21cb3ab08c30 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Sat, 19 Oct 2024 03:13:26 -0300 Subject: [PATCH] update: version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9089ef8..5179928 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "merkly" -version = "1.1.1" +version = "1.2.0" description = "🌳 The simple and easy implementation of Merkle Tree" authors = ["Lucas Oliveira "] repository = "https://github.com/olivmath/merkly.git"