Skip to content

Commit

Permalink
update version to v0.2.2 (#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
aclegg3 committed Jun 13, 2022
1 parent 44accf3 commit 011191f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "habitat-sim",
"version": "0.2.1",
"version": "0.2.2",
"description": "A high performance simulator for training embodied agents",
"devDependencies": {
"@babel/core": "^7.6.0",
Expand Down
2 changes: 1 addition & 1 deletion src_python/habitat_sim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import builtins

__version__ = "0.2.1"
__version__ = "0.2.2"

if not getattr(builtins, "__HSIM_SETUP__", False):
# TODO: kept only for compatibiliy with existing code. Please gradually remove
Expand Down

0 comments on commit 011191f

Please sign in to comment.