From 73bbc9eff5068384975dcbca42ca04ee25c75b77 Mon Sep 17 00:00:00 2001 From: Lucain Pouget Date: Tue, 18 Feb 2025 17:39:17 +0100 Subject: [PATCH] Release: v0.29.0.rc5 --- 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 b18db2c385..ed3a02e294 100644 --- a/src/huggingface_hub/__init__.py +++ b/src/huggingface_hub/__init__.py @@ -46,7 +46,7 @@ from typing import TYPE_CHECKING -__version__ = "0.29.0.rc4" +__version__ = "0.29.0.rc5" # Alphabetical order of definitions is ensured in tests # WARNING: any comment added in this dictionary definition will be lost when