diff --git a/src/huggingface_hub/__init__.py b/src/huggingface_hub/__init__.py index 7ee56f688e..1a92ba0550 100644 --- a/src/huggingface_hub/__init__.py +++ b/src/huggingface_hub/__init__.py @@ -16,7 +16,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0.dev0" +__version__ = "0.5.0.dev0" from .commands.user import notebook_login from .constants import ( diff --git a/src/huggingface_hub/hf_api.py b/src/huggingface_hub/hf_api.py index 2c08cf61be..eaf0f8094d 100644 --- a/src/huggingface_hub/hf_api.py +++ b/src/huggingface_hub/hf_api.py @@ -1212,7 +1212,7 @@ def create_repo( - Version added: 0.4.0 + Version added: 0.5 @@ -1352,7 +1352,7 @@ def delete_repo( - Version added: 0.4.0 + Version added: 0.5 @@ -1455,9 +1455,9 @@ def update_repo_visibility( - Version added: 0.4.0 + Version added: 0.5 - + private (`bool`, *optional*, defaults to `False`): Whether the model repo should be private.