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