From a8b6f14cd21cf3da223788cbe6751c82df482197 Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Wed, 11 May 2022 14:10:29 -0400 Subject: [PATCH] Release: v0.6.0 --- src/huggingface_hub/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/huggingface_hub/__init__.py b/src/huggingface_hub/__init__.py index f4cc0e40c8..745846729d 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.6.0.rc0" +__version__ = "0.6.0" from .commands.user import notebook_login from .constants import (