Skip to content

Commit

Permalink
Bump version to 0.19 (#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin authored Oct 13, 2023
1 parent 51d9e94 commit 30f5ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.18.0.dev0"
__version__ = "0.19.0.dev0"

# Alphabetical order of definitions is ensured in tests
# WARNING: any comment added in this dictionary definition will be lost when
Expand Down
2 changes: 1 addition & 1 deletion src/huggingface_hub/inference_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class InferenceApi:

@validate_hf_hub_args
@_deprecate_method(
version="0.19.0",
version="1.0",
message=(
"`InferenceApi` client is deprecated in favor of the more feature-complete `InferenceClient`. Check out"
" this guide to learn how to convert your script to use it:"
Expand Down

0 comments on commit 30f5ed4

Please sign in to comment.