From c3fbcc507376b279f490755e334db9f10fa17369 Mon Sep 17 00:00:00 2001 From: narugo1992 Date: Thu, 12 Dec 2024 15:58:48 +0800 Subject: [PATCH] dev(narugo): release version v0.2.1 --- cheesechaser/config/meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheesechaser/config/meta.py b/cheesechaser/config/meta.py index 1f389e15b..86536d9e4 100644 --- a/cheesechaser/config/meta.py +++ b/cheesechaser/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = 'cheesechaser' #: Version of this project. -__VERSION__ = '0.2.0' +__VERSION__ = '0.2.1' #: Short description of the project, will be included in ``setup.py``. __DESCRIPTION__ = 'Swiftly get tons of images from indexed tars on Huggingface.'