Skip to content

Commit

Permalink
Version bump to 0.2.1 (#1417)
Browse files Browse the repository at this point in the history
Version bump to 0.2.1
  • Loading branch information
mathfac authored Jul 31, 2021
1 parent 81406b3 commit fc7fb11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.0"
__version__ = "0.2.1"

if not getattr(builtins, "__HSIM_SETUP__", False):
# TODO: kept only for compatibiliy with existing code. Please gradually remove
Expand Down
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.0",
"version": "0.2.1",
"description": "A high performance simulator for training embodied agents",
"devDependencies": {
"@babel/core": "^7.6.0",
Expand Down

0 comments on commit fc7fb11

Please sign in to comment.