From 688048a4a8eca5bc25f03bbd9609a57bee3df348 Mon Sep 17 00:00:00 2001 From: Lucain Pouget Date: Thu, 12 Oct 2023 14:44:42 +0200 Subject: [PATCH] Bump version to 0.19 --- src/huggingface_hub/__init__.py | 2 +- src/huggingface_hub/inference_api.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/huggingface_hub/__init__.py b/src/huggingface_hub/__init__.py index 43303e0d61..b82fc23351 100644 --- a/src/huggingface_hub/__init__.py +++ b/src/huggingface_hub/__init__.py @@ -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 diff --git a/src/huggingface_hub/inference_api.py b/src/huggingface_hub/inference_api.py index 1dd3b36924..c889a6d872 100644 --- a/src/huggingface_hub/inference_api.py +++ b/src/huggingface_hub/inference_api.py @@ -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:"