Skip to content

Commit

Permalink
Bump the version number to 2.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Jan 21, 2022
1 parent 6922ca7 commit d416a47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/behavior/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG REGISTRY=docker.io
ARG REPO=igibson
ARG VERSION=v2.0.4
ARG VERSION=v2.0.5

FROM $REGISTRY/$REPO:$VERSION

Expand Down
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.4"
__version__ = "2.0.5"

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 @@ -130,7 +130,7 @@ def run(self):

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

0 comments on commit d416a47

Please sign in to comment.