From 5db8534e9afc4ffa272e8a2bfeb0211ea237c72d Mon Sep 17 00:00:00 2001 From: narugo1992 Date: Tue, 19 Mar 2024 21:08:55 +0800 Subject: [PATCH] dev(narugo): use version v0.4.0 --- 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 51d5257f81e..126273500db 100644 --- a/imgutils/config/meta.py +++ b/imgutils/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = 'imgutils' #: Version of this project. -__VERSION__ = '0.3.5' +__VERSION__ = '0.4.0' #: 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 ' \