Skip to content

Commit

Permalink
bump up version number to 2.0.6 (#742)
Browse files Browse the repository at this point in the history
Co-authored-by: Cem Gökmen <[email protected]>
  • Loading branch information
ChengshuLi and cgokmen authored Feb 17, 2022
1 parent fb1530b commit 47a1885
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.5
ARG VERSION=v2.0.6

FROM $REGISTRY/$REPO:$VERSION

Expand Down
4 changes: 2 additions & 2 deletions igibson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
__version__ = "2.0.6"

__logo__ = """
_ _____ _ _
_ _____ _ _
(_) / ____|(_)| |
_ | | __ _ | |__ ___ ___ _ __
| || | |_ || || '_ \ / __| / _ \ | '_ \
| || | |_ || || '_ \ / __| / _ \ | '_ \
| || |__| || || |_) |\__ \| (_) || | | |
|_| \_____||_||_.__/ |___/ \___/ |_| |_|
"""
Expand Down
2 changes: 1 addition & 1 deletion igibson/render/mesh_renderer/mesh_renderer_cpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@ def update_hidden_highlight_state(self, instances):
"""

if not self.optimization_process_executed:
log.warning("Trying to set hidden state before vertices are merged, converted to no-op")
log.debug("Trying to set hidden state before vertices are merged, converted to no-op")
return
for instance in instances:
buf_idxs = instance.or_buffer_indices
Expand Down
4 changes: 2 additions & 2 deletions 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.0.6.dev0",
version="2.0.6",
author="Stanford University",
long_description_content_type="text/markdown",
long_description=long_description,
Expand Down Expand Up @@ -161,7 +161,7 @@ def run(self):
"six",
"pandas",
"packaging",
"bddl>=0.0.3",
"bddl==1.0.0",
"urllib3>=1.20",
"progressbar>=2.5",
"semver>=2.13.0",
Expand Down

0 comments on commit 47a1885

Please sign in to comment.