From 8e7e407b085142d039b0398e9201e470784dd9d9 Mon Sep 17 00:00:00 2001 From: narugo1992 Date: Tue, 9 Jan 2024 17:19:38 +0800 Subject: [PATCH] dev(narugo): use version v0.0.6 --- 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 53b6a9da04..9be5ff29f5 100644 --- a/hfutils/config/meta.py +++ b/hfutils/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = 'hfutils' #: Version of this project. -__VERSION__ = '0.0.5' +__VERSION__ = '0.0.6' #: Short description of the project, will be included in ``setup.py``. __DESCRIPTION__ = 'Useful utilities for huggingface'