From 4bd3dddd2b4293cf1e65d3de001f137629852a3e Mon Sep 17 00:00:00 2001 From: Lucain Pouget Date: Mon, 13 Mar 2023 18:43:25 +0100 Subject: [PATCH] Bump to patch version 0.13.2 --- 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 8317a6774b..a18ef74b14 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.1" +__version__ = "0.13.2" # Alphabetical order of definitions is ensured in tests # WARNING: any comment added in this dictionary definition will be lost when