From 1b9e2c07b09b3cebfcf1eb2e3c2bc527a09837f8 Mon Sep 17 00:00:00 2001 From: narugo1992 Date: Mon, 13 May 2024 20:55:02 +0800 Subject: [PATCH] dev(narugo): use version v0.4.5 --- imgutils/config/meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgutils/config/meta.py b/imgutils/config/meta.py index 7d608d4f348..672ae3fb5a6 100644 --- a/imgutils/config/meta.py +++ b/imgutils/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = 'imgutils' #: Version of this project. -__VERSION__ = '0.4.4' +__VERSION__ = '0.4.5' #: Short description of the project, will be included in ``setup.py``. __DESCRIPTION__ = 'A convenient and user-friendly anime-style image data processing library that integrates ' \