Skip to content

Commit 5add979

Browse files
committed
Release: v0.32.1
1 parent 7ea6e48 commit 5add979

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,4 @@ jobs:
235235
with:
236236
files: ./coverage.xml
237237
verbose: true
238+

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.32.0"
49+
__version__ = "0.32.1"
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)