From 8fa55ecc73c0b219792e12f3c83ad68fa8524239 Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Sat, 20 Feb 2021 20:31:25 +0100 Subject: [PATCH] v0.0.3rc1 --- 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 5c945ea7d2..3687cf0bf4 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.2" +__version__ = "0.0.3rc1" from .constants import ( CONFIG_NAME,