From 1023ff6f399ee793329aa5647b1b6d04740f7e84 Mon Sep 17 00:00:00 2001 From: narugo1992 Date: Tue, 20 Aug 2024 08:54:45 +0800 Subject: [PATCH] dev(narugo): use release version v0.4.0 --- hfutils/config/meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hfutils/config/meta.py b/hfutils/config/meta.py index f1068b15b0..10aad086ea 100644 --- a/hfutils/config/meta.py +++ b/hfutils/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = 'hfutils' #: Version of this project. -__VERSION__ = '0.3.9' +__VERSION__ = '0.4.0' #: Short description of the project, will be included in ``setup.py``. __DESCRIPTION__ = 'Useful utilities for huggingface'