From d7bead5d64afbcaa6f03b37dcec31f9213d92d19 Mon Sep 17 00:00:00 2001 From: Celina Hanouti Date: Thu, 28 Nov 2024 11:14:09 +0100 Subject: [PATCH] Release: v0.26.3 --- 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 f01f208f5c..5fb7f7051e 100644 --- a/src/huggingface_hub/__init__.py +++ b/src/huggingface_hub/__init__.py @@ -46,7 +46,7 @@ from typing import TYPE_CHECKING -__version__ = "0.26.2" +__version__ = "0.26.3" # Alphabetical order of definitions is ensured in tests # WARNING: any comment added in this dictionary definition will be lost when