From 041d7d048cede472282e4bed71cbd426c3c021b2 Mon Sep 17 00:00:00 2001 From: Karl5766 Date: Tue, 17 Dec 2024 10:20:46 -0500 Subject: [PATCH] 0.8.3 --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b85a3e4..4c29820 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = 'cvpl_tools' copyright = '2024, KarlHanUW' author = 'KarlHanUW' -release = '0.8.2' +release = '0.8.3' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 7b74a92..c3fac5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cvpl-tools" -version = "0.8.2" +version = "0.8.3" 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"