From 17df867e7f45dbc6e154f00851a6f61e6e680e71 Mon Sep 17 00:00:00 2001 From: narugo1992 Date: Tue, 26 Sep 2023 14:11:02 +0800 Subject: [PATCH] dev(narugo): use version v0.2.6 --- 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 db12b9657c2..738abbf969a 100644 --- a/imgutils/config/meta.py +++ b/imgutils/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = 'imgutils' #: Version of this project. -__VERSION__ = '0.2.5' +__VERSION__ = '0.2.6' #: 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 ' \