From 1e47dabc0226d7fa7620157f0d26ef83850fa541 Mon Sep 17 00:00:00 2001 From: Davit Buniatyan Date: Mon, 30 Aug 2021 22:40:57 +0400 Subject: [PATCH] Update __init__.py Version update --- hub/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/__init__.py b/hub/__init__.py index ccc456482e..c6e0329379 100644 --- a/hub/__init__.py +++ b/hub/__init__.py @@ -54,7 +54,7 @@ "htypes", ] -__version__ = "2.0.7" +__version__ = "2.0.10" __encoded_version__ = np.array(__version__) hub_reporter.tags.append(f"version:{__version__}")