From 088e19ea94971efb383949628775c87986a9e09b Mon Sep 17 00:00:00 2001 From: Kentaro Ozeki <32771324+ozekik@users.noreply.github.com> Date: Fri, 23 Aug 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 dcc3ce2..0ba6381 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "plateaukit" -version = "0.17.0" +version = "0.17.1" 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"