From f229b0f2079ba1a003f7431ce569734afe57a870 Mon Sep 17 00:00:00 2001 From: narugo1992 Date: Thu, 15 Aug 2024 00:07:19 +0800 Subject: [PATCH] dev(narugo): release use version v0.3.9 --- 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 f9ebc3d69a..f1068b15b0 100644 --- a/hfutils/config/meta.py +++ b/hfutils/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = 'hfutils' #: Version of this project. -__VERSION__ = '0.3.8' +__VERSION__ = '0.3.9' #: Short description of the project, will be included in ``setup.py``. __DESCRIPTION__ = 'Useful utilities for huggingface'