Skip to content

Commit 0223c78

Browse files
authored
version bump to v0.3.2 (#2486)
1 parent b89dede commit 0223c78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "habitat-sim",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A high performance simulator for training embodied agents",
55
"devDependencies": {
66
"@babel/core": "^7.6.0",

src_python/habitat_sim/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import builtins
88

9-
__version__ = "0.3.1"
9+
__version__ = "0.3.2"
1010

1111
if not getattr(builtins, "__HSIM_SETUP__", False):
1212
# TODO: kept only for compatibility with existing code. Please gradually remove

0 commit comments

Comments
 (0)