From 7981f7b2535238efdb68d3ef002c11ec9b67241b Mon Sep 17 00:00:00 2001 From: Lucain Pouget Date: Fri, 7 Jul 2023 09:31:33 +0200 Subject: [PATCH] update tag --- 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 78874479b1..82df99aa42 100644 --- a/src/huggingface_hub/__init__.py +++ b/src/huggingface_hub/__init__.py @@ -46,7 +46,7 @@ from typing import TYPE_CHECKING -__version__ = "0.16.2" +__version__ = "0.16.3" # Alphabetical order of definitions is ensured in tests # WARNING: any comment added in this dictionary definition will be lost when