From 12b34d7a218421ed68f0c75ae749e6db655b55e1 Mon Sep 17 00:00:00 2001 From: Lucain Pouget Date: Tue, 21 May 2024 18:18:01 +0200 Subject: [PATCH] Release: v0.23.1 --- 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 cbce3c74cb..83eea182ae 100644 --- a/src/huggingface_hub/__init__.py +++ b/src/huggingface_hub/__init__.py @@ -46,7 +46,7 @@ from typing import TYPE_CHECKING -__version__ = "0.23.0" +__version__ = "0.23.1" # Alphabetical order of definitions is ensured in tests # WARNING: any comment added in this dictionary definition will be lost when