From ee1b171dccfc429e05fbe72fd7ad27103d267a7b Mon Sep 17 00:00:00 2001 From: David Revay Date: Fri, 3 May 2024 16:22:43 +1000 Subject: [PATCH] release: 1.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5303a60..b7222a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py-d2" -version = "1.0.0" +version = "1.0.1" description = "An unofficial, fully typed python interface for building .d2 graph files in python." authors = ["David Revay "] license = "MIT"