We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ef7b1 commit c8887c8Copy full SHA for c8887c8
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "habitat-sim",
3
- "version": "0.2.4",
+ "version": "0.2.5",
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.2.4"
+__version__ = "0.2.5"
10
11
if not getattr(builtins, "__HSIM_SETUP__", False):
12
# TODO: kept only for compatibility with existing code. Please gradually remove
0 commit comments