From 5c4666cd42698b668f91cebc8d4257cdfca329fb Mon Sep 17 00:00:00 2001 From: Celina Hanouti Date: Thu, 12 Sep 2024 10:58:00 +0200 Subject: [PATCH] Release: v0.24.7 --- src/huggingface_hub/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/huggingface_hub/__init__.py b/src/huggingface_hub/__init__.py index 13a6eafcb7..dc2d36ad85 100644 --- a/src/huggingface_hub/__init__.py +++ b/src/huggingface_hub/__init__.py @@ -46,7 +46,7 @@ from typing import TYPE_CHECKING -__version__ = "0.24.6" +__version__ = "0.24.7" # Alphabetical order of definitions is ensured in tests # WARNING: any comment added in this dictionary definition will be lost when