From cd54c7d7de89711c08d1fe10840ac1a94b948834 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Wed, 6 Dec 2023 02:33:25 -0300 Subject: [PATCH] update version due to duplicated filename --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47b6128..e6d730a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "plotly_calplot" -version = "0.1.18" +version = "0.1.19" description = "Calendar Plot made with Plotly" authors = ["Bruno Rodrigues Silva "] license = "MIT"