Skip to content

Commit

Permalink
Bump version to 0.1.7 (#1063)
Browse files Browse the repository at this point in the history
Update version to 0.1.7
  • Loading branch information
aclegg3 authored Jan 29, 2021
1 parent 617106a commit 856d4b0
Showing 1 changed file with 1 addition and 1 deletion.
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.1.6"
__version__ = "0.1.7"

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

0 comments on commit 856d4b0

Please sign in to comment.