From d556f94a0c0978586bda9fb9d10abfd5d3330ab9 Mon Sep 17 00:00:00 2001 From: narugo1992 Date: Sat, 20 Apr 2024 17:46:28 +0800 Subject: [PATCH] dev(narugo): release v0.1.1 --- 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 cd6d583bc5..0e74131778 100644 --- a/hfutils/config/meta.py +++ b/hfutils/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = 'hfutils' #: Version of this project. -__VERSION__ = '0.1.0' +__VERSION__ = '0.1.1' #: Short description of the project, will be included in ``setup.py``. __DESCRIPTION__ = 'Useful utilities for huggingface'