From a7055f589e679825bdd4bae28f0d6e83947fec77 Mon Sep 17 00:00:00 2001 From: CentML Date: Wed, 10 Jul 2024 19:02:09 +0000 Subject: [PATCH] Release version 0.1.6.2 --- analyzer/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyzer/setup.py b/analyzer/setup.py index 61edc84..684227b 100644 --- a/analyzer/setup.py +++ b/analyzer/setup.py @@ -30,7 +30,7 @@ We also need to handle the "default" scenario where neither is defined. We simply fall back to the default requirements set by PyTorch. """ -VERSION = '0.1.6.1' +VERSION = '0.1.6.2' NAME = "deepview-predict" PACKAGES = find_packages() META_PATH = os.path.join("habitat", "__init__.py")