Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release 0.26 #2579

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/huggingface_hub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
from typing import TYPE_CHECKING


__version__ = "0.25.0.dev0"
__version__ = "0.26.0.dev0"

# Alphabetical order of definitions is ensured in tests
# WARNING: any comment added in this dictionary definition will be lost when
Expand Down Expand Up @@ -129,7 +129,6 @@
"file_download": [
"HfFileMetadata",
"_CACHED_NO_EXIST",
"cached_download",
"get_hf_file_metadata",
"hf_hub_download",
"hf_hub_url",
Expand Down Expand Up @@ -645,7 +644,6 @@ def __dir__():
from .file_download import (
_CACHED_NO_EXIST, # noqa: F401
HfFileMetadata, # noqa: F401
cached_download, # noqa: F401
get_hf_file_metadata, # noqa: F401
hf_hub_download, # noqa: F401
hf_hub_url, # noqa: F401
Expand Down
Loading
Loading