From 26547206972168bbad1e9eaa7438fa8535afefc7 Mon Sep 17 00:00:00 2001 From: Florian Dupuy Date: Wed, 19 Jun 2024 10:52:59 +0200 Subject: [PATCH] Bump to 0.1.0 Signed-off-by: Florian Dupuy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c36a13e..eac8e99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ Homepage = "https://github.com/powsybl/pypowsybl-jupyter" [project] name = "pypowsybl_jupyter" description = "Widgets for pypowsybl in Jupyter notebooks" -version = "0.1.0.dev1" +version = "0.1.0" readme = "README.md" license = { file = "LICENSE" }