From 5dcd4a3fe861e5e56611dea436f78c8581796874 Mon Sep 17 00:00:00 2001 From: Lucain Pouget Date: Tue, 27 Feb 2024 11:50:20 +0100 Subject: [PATCH] Release: v0.21.0 --- 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 054e5368df..08ca7c247c 100644 --- a/src/huggingface_hub/__init__.py +++ b/src/huggingface_hub/__init__.py @@ -46,7 +46,7 @@ from typing import TYPE_CHECKING -__version__ = "0.21.0.rc0" +__version__ = "0.21.0" # Alphabetical order of definitions is ensured in tests # WARNING: any comment added in this dictionary definition will be lost when