From b33e7a360b4acd47f63088a89d0ca9fc6582d941 Mon Sep 17 00:00:00 2001 From: Lucain Pouget Date: Thu, 6 Apr 2023 16:03:19 +0200 Subject: [PATCH] hotfix: bump to 0.13.4 --- 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 582e24d941..d95be161d2 100644 --- a/src/huggingface_hub/__init__.py +++ b/src/huggingface_hub/__init__.py @@ -46,7 +46,7 @@ from typing import TYPE_CHECKING -__version__ = "0.13.3" +__version__ = "0.13.4" # Alphabetical order of definitions is ensured in tests # WARNING: any comment added in this dictionary definition will be lost when