From 3d6d67d6deae4ab2472cc84df7a3cef1503f606d Mon Sep 17 00:00:00 2001 From: Alexander Clegg Date: Fri, 15 Mar 2024 13:51:38 -0700 Subject: [PATCH] bump the version to 0.3.1 (#2339) --- 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 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