We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ab658 commit 2f4ee4bCopy full SHA for 2f4ee4b
docs/source/en/_toctree.yml
@@ -88,5 +88,3 @@
88
title: Serialization
89
- local: package_reference/dataclasses
90
title: Strict dataclasses
91
- - local: package_reference/oauth
92
- title: OAuth
src/huggingface_hub/__init__.py
@@ -46,7 +46,7 @@
46
from typing import TYPE_CHECKING
47
48
49
-__version__ = "0.31.3"
+__version__ = "0.31.4"
50
51
# Alphabetical order of definitions is ensured in tests
52
# WARNING: any comment added in this dictionary definition will be lost when
0 commit comments