From 0223c78174f6626f331e10e880e0b32a0502c14a Mon Sep 17 00:00:00 2001 From: Alexander Clegg Date: Wed, 30 Oct 2024 15:26:21 -0700 Subject: [PATCH] version bump to v0.3.2 (#2486) --- package.json | 2 +- src_python/habitat_sim/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 71b850e771..bec6cfeb9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "habitat-sim", - "version": "0.3.1", + "version": "0.3.2", "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 142260c84d..2768666804 100755 --- a/src_python/habitat_sim/__init__.py +++ b/src_python/habitat_sim/__init__.py @@ -6,7 +6,7 @@ import builtins -__version__ = "0.3.1" +__version__ = "0.3.2" if not getattr(builtins, "__HSIM_SETUP__", False): # TODO: kept only for compatibility with existing code. Please gradually remove