diff --git a/analyzer/setup.py b/analyzer/setup.py index e8e5f16..004fbbf 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.5' +VERSION = '0.1.6' NAME = "deepview-predict" PACKAGES = find_packages() META_PATH = os.path.join("habitat", "__init__.py")