From 8c8c208a58f9e386663283132530d979552c6ded Mon Sep 17 00:00:00 2001 From: narugo1992 Date: Wed, 18 Sep 2024 20:12:05 +0800 Subject: [PATCH] dev(narugo): use version v0.6.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 7f60d8e2aad..b4324243006 100644 --- a/imgutils/config/meta.py +++ b/imgutils/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = 'imgutils' #: Version of this project. -__VERSION__ = '0.5.0' +__VERSION__ = '0.6.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 ' \