From e9a2e578476dd53ee1ce59915dd9dd5e77523b6f Mon Sep 17 00:00:00 2001 From: narugo1992 Date: Sun, 24 Dec 2023 15:31:01 +0800 Subject: [PATCH] dev(narugo): use version v0.3.2 --- 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 c7b7837df34..7f315de4e1b 100644 --- a/imgutils/config/meta.py +++ b/imgutils/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = 'imgutils' #: Version of this project. -__VERSION__ = '0.3.1' +__VERSION__ = '0.3.2' #: 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 ' \