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__}")