From 162eeca1bcc7a1ef65f616af7d7600bd801c34ab Mon Sep 17 00:00:00 2001 From: Lysandre Date: Tue, 2 Nov 2021 12:03:30 -0400 Subject: [PATCH] Release: v0.1.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 95c5323589..4ae61d7dd1 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.0.20.dev0" +__version__ = "0.1.0" from .commands.user import notebook_login from .constants import (