From 78dc3113a207b551dd7c8e91dc51fce6b058823c Mon Sep 17 00:00:00 2001 From: Karl5766 Date: Fri, 8 Nov 2024 15:57:06 -0500 Subject: [PATCH] 0.7.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2487bb..6de76b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cvpl-tools" -version = "0.7.4" +version = "0.7.5" description = "A Python package for utilities and classes related to the file I/O, dataset record keeping and visualization for image processing and computer vision." authors = ["Karl5766 "] license = "MIT"