Skip to content

Commit

Permalink
bump the version to v0.3.3 (#2538)
Browse files Browse the repository at this point in the history
  • Loading branch information
aclegg3 authored Jan 27, 2025
1 parent c97b2ac commit acbe6f4
Showing 1 changed file with 1 addition and 1 deletion.
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.3.2"
__version__ = "0.3.3"

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

0 comments on commit acbe6f4

Please sign in to comment.