Skip to content

Commit

Permalink
bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fxia22 committed Oct 19, 2021
1 parent 207f012 commit 6800954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion igibson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import yaml

__version__ = "2.0.1"
__version__ = "2.0.2"

logging.getLogger().setLevel(logging.INFO)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def run(self):

setup(
name="igibson",
version="2.0.1",
version="2.0.2",
author="Stanford University",
long_description_content_type="text/markdown",
long_description=long_description,
Expand Down

0 comments on commit 6800954

Please sign in to comment.