From d5eaccf49db5c2a9e0e4d21e105ad84837518da6 Mon Sep 17 00:00:00 2001 From: ruankie Date: Sun, 20 Nov 2022 15:43:20 +0200 Subject: [PATCH] version incremented --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f7e8b79..af475e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = poly2pascal -version = 0.0.4 +version = 0.0.5 author = Ruan Pretorius description = Convert POLYGON bounding boxes from .csv files to .xml annotation files in the Pascal VOC format for computer vision projects. long_description = file: README.md