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