From 3c8863d46e4385fe8044b307d39dbb4bd4c1d85e Mon Sep 17 00:00:00 2001 From: Jasper Date: Wed, 20 Sep 2023 15:54:45 +0200 Subject: [PATCH] patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16c4aa1..c55a6e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "geococo" -version = "0.4.1" +version = "0.4.2" description = "Converts GIS annotations to Microsoft's Common Objects In Context (COCO) dataset format" authors = ["Jasper "] readme = "README.md"