diff --git a/package.json b/package.json index 52f61790aa..ad5d356571 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "habitat-sim", - "version": "0.2.2", + "version": "0.2.3", "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 59f5e604bb..94f89d8d38 100755 --- a/src_python/habitat_sim/__init__.py +++ b/src_python/habitat_sim/__init__.py @@ -6,7 +6,7 @@ import builtins -__version__ = "0.2.2" +__version__ = "0.2.3" if not getattr(builtins, "__HSIM_SETUP__", False): # TODO: kept only for compatibiliy with existing code. Please gradually remove