From 367b83e34e30b835e5f09540e97ad937587488ec Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Wed, 17 Jan 2024 22:28:18 -0400 Subject: [PATCH] fix: Fix replace configuration in the Release workflow (#10) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c66584e..a28748e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "umlizer" +name = "umlizer" # semantic-release version = "0.1.0" description = "Tool for creating UML from project files" authors = ["Ivan Ogasawara "]