diff --git a/package.json b/package.json index fc7b4c0a0e..71b850e771 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "habitat-sim", - "version": "0.3.0", + "version": "0.3.1", "description": "A high performance simulator for training embodied agents", "devDependencies": { "@babel/core": "^7.6.0", diff --git a/src_python/habitat_sim/__init__.py b/src_python/habitat_sim/__init__.py index 61061388a6..142260c84d 100755 --- a/src_python/habitat_sim/__init__.py +++ b/src_python/habitat_sim/__init__.py @@ -6,7 +6,7 @@ import builtins -__version__ = "0.3.0" +__version__ = "0.3.1" if not getattr(builtins, "__HSIM_SETUP__", False): # TODO: kept only for compatibility with existing code. Please gradually remove