From 2529b3a7bc52c25c3bb0482e40916153f383a572 Mon Sep 17 00:00:00 2001 From: Kentaro Ozeki <32771324+ozekik@users.noreply.github.com> Date: Thu, 12 Sep 2024 00:00:00 +0900 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 268044f..28e6d12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "plateaukit" -version = "0.17.2" +version = "0.17.3" description = "Python library and utility for 3D city models by MLIT Project PLATEAU" authors = ["Kentaro Ozeki <32771324+ozekik@users.noreply.github.com>"] readme = "README.md"