From 9a652b73922ff2f5ca5ede77d81089df6b9f4341 Mon Sep 17 00:00:00 2001 From: David Revay Date: Thu, 10 Oct 2024 15:10:44 +1100 Subject: [PATCH] release: 1.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74a10e7..076e7fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py-d2" -version = "1.0.1" +version = "1.0.2" description = "An unofficial, fully typed python interface for building .d2 graph files in python." authors = ["David Revay "] license = "MIT"