Skip to content

Commit

Permalink
Bump version to 2.2.0 (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed May 9, 2022
1 parent c21af90 commit 58ac14c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=v2.1.0
VERSION=v2.2.0
2 changes: 1 addition & 1 deletion igibson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import packaging.version
import yaml

__version__ = "2.1.0"
__version__ = "2.2.0"

__logo__ = r"""
_ _____ _ _
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def run(self):

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

0 comments on commit 58ac14c

Please sign in to comment.