Skip to content

Commit

Permalink
Merge pull request #929 from StanfordVL/bump-version-again
Browse files Browse the repository at this point in the history
Bump version to 1.1.1
  • Loading branch information
cgokmen authored Oct 2, 2024
2 parents 817367d + 8570c62 commit d3930c4
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 @@ -19,7 +19,7 @@

- [08/04/23] **v0.2.0**: More assets! 600 pre-sampled tasks, 7 new scenes, and many new objects 📈 [[release notes]](https://github.com/StanfordVL/OmniGibson/releases/tag/v0.2.0)

- [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)
- [04/10/23] **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 @@ -28,7 +28,7 @@

nest_asyncio.apply()

__version__ = "1.1.0"
__version__ = "1.1.1"

root_path = os.path.dirname(os.path.realpath(__file__))

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="1.1.0",
version="1.1.1",
author="Stanford University",
long_description_content_type="text/markdown",
long_description=long_description,
Expand Down

0 comments on commit d3930c4

Please sign in to comment.