Skip to content

Commit

Permalink
Merge pull request #161 from StanfordVL/update-release-version
Browse files Browse the repository at this point in the history
update 0.0.6 --> 0.1.0
  • Loading branch information
cremebrule authored Apr 10, 2023
2 parents 07807b0 + 8fcd3f1 commit c38cfdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-------

## Latest Updates
- [04/07/22] **v0.0.6**: Significantly improved stability, performance, and ease of installation :wrench: [[release notes]](https://github.com/StanfordVL/OmniGibson/releases/tag/v0.0.6)
- [04/10/22] **v0.1.0**: Significantly improved stability, performance, and ease of installation :wrench: [[release notes]](https://github.com/StanfordVL/OmniGibson/releases/tag/v0.1.0)

-------

Expand Down
2 changes: 1 addition & 1 deletion omnigibson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import nest_asyncio
nest_asyncio.apply()

__version__ = "0.0.6"
__version__ = "0.1.0"

log.setLevel(logging.DEBUG if gm.DEBUG else logging.INFO)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="omnigibson",
version="0.0.6",
version="0.1.0",
author="Stanford University",
long_description_content_type="text/markdown",
long_description=long_description,
Expand Down

0 comments on commit c38cfdd

Please sign in to comment.