From 5f658519a395c1fc957f772bac11d6a841f2851e Mon Sep 17 00:00:00 2001 From: Emil Haldrup Eriksen Date: Thu, 28 Dec 2023 10:27:44 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7e539d..a82257c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dash-extensions" -version = "1.0.6" +version = "1.0.7" description = "Extensions for Plotly Dash." authors = ["emher "] license = "MIT"