From 41ec7fe131beb1acb97c0ba1906b24416ae44a6a Mon Sep 17 00:00:00 2001 From: narugo1992 Date: Sun, 27 Aug 2023 18:42:56 +0800 Subject: [PATCH] release(narugo): use version v0.2.4 --- 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 76dbf8e79b5..e1758588295 100644 --- a/imgutils/config/meta.py +++ b/imgutils/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = 'imgutils' #: Version of this project. -__VERSION__ = '0.2.3' +__VERSION__ = '0.2.4' #: 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 ' \