From 4c6509d7cecf3af850f769c62acf8f855ec2ac99 Mon Sep 17 00:00:00 2001 From: "rodrigo.rezino" Date: Sat, 4 Dec 2021 13:54:19 +0100 Subject: [PATCH] Increase version 0.0.23 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6949131..f5faf95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hexagonal-py" -version = "0.0.22" +version = "0.0.23" description = """Hexagonal Coherence Check""" readme = 'README.md' authors = ["rfrezino "]