From e2ad2b084cbafaf72c9364ba4d383cc349d8111e Mon Sep 17 00:00:00 2001 From: Davit Buniatyan Date: Tue, 19 Oct 2021 08:13:47 -0700 Subject: [PATCH] Update __init__.py --- hub/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/__init__.py b/hub/__init__.py index 13f6df1a71..02f432f31e 100644 --- a/hub/__init__.py +++ b/hub/__init__.py @@ -56,7 +56,7 @@ "htypes", ] -__version__ = "2.0.13" +__version__ = "2.0.14" __encoded_version__ = np.array(__version__) hub_reporter.tags.append(f"version:{__version__}")