We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89dede commit 0223c78Copy full SHA for 0223c78
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "habitat-sim",
3
- "version": "0.3.1",
+ "version": "0.3.2",
4
"description": "A high performance simulator for training embodied agents",
5
"devDependencies": {
6
"@babel/core": "^7.6.0",
src_python/habitat_sim/__init__.py
@@ -6,7 +6,7 @@
7
import builtins
8
9
-__version__ = "0.3.1"
+__version__ = "0.3.2"
10
11
if not getattr(builtins, "__HSIM_SETUP__", False):
12
# TODO: kept only for compatibility with existing code. Please gradually remove
0 commit comments