Skip to content

Commit 2f4ee4b

Browse files
committed
Release: v0.31.4
1 parent 86ab658 commit 2f4ee4b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/source/en/_toctree.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,3 @@
8888
title: Serialization
8989
- local: package_reference/dataclasses
9090
title: Strict dataclasses
91-
- local: package_reference/oauth
92-
title: OAuth

src/huggingface_hub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
from typing import TYPE_CHECKING
4747

4848

49-
__version__ = "0.31.3"
49+
__version__ = "0.31.4"
5050

5151
# Alphabetical order of definitions is ensured in tests
5252
# WARNING: any comment added in this dictionary definition will be lost when

0 commit comments

Comments
 (0)