diff --git a/hfutils/config/meta.py b/hfutils/config/meta.py index 69a9dc7123..b021d7140f 100644 --- a/hfutils/config/meta.py +++ b/hfutils/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = 'hfutils' #: Version of this project. -__VERSION__ = '0.0.3' +__VERSION__ = '0.0.4' #: Short description of the project, will be included in ``setup.py``. __DESCRIPTION__ = 'Useful utilities for huggingface'