diff --git a/CPU_Container.dockerfile b/CPU_Container.dockerfile index 7dfb40ef..fc0c36ed 100644 --- a/CPU_Container.dockerfile +++ b/CPU_Container.dockerfile @@ -9,7 +9,7 @@ ARG DEBIAN_FRONTEND=noninteractive ENV TZ=America/New_York # --build-arg mcsversion=x.y.z to override default in docker build command -ARG mcsversion=0.7.1 +ARG mcsversion=0.7.2 ARG mcs_library_version=master WORKDIR /mcs diff --git a/Dockerfile b/Dockerfile index 52b633ac..792c4962 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ ENV NVIDIA_DRIVER_CAPABILITIES ${NVIDIA_DRIVER_CAPABILITIES},display # ENV LANG C.UTF-8 # --build-arg mcsversion=x.y.z to override default in docker build command -ARG mcsversion=0.7.1 +ARG mcsversion=0.7.2 ARG mcs_library_version=master WORKDIR /mcs diff --git a/README.md b/README.md index 393f5879..f230e0a9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Publish to PyPI: [![Publish PyPI](https://github.com/NextCenturyCorporation/MCS/ # MCS Python Package -Python interface for interacting with MCS AI2Thor environment and running scenes. The latest release of the MCS Python library is `0.7.1`. You can find the latest documentation [here](https://nextcenturycorporation.github.io/MCS). +Python interface for interacting with MCS AI2Thor environment and running scenes. The latest release of the MCS Python library is `0.7.2`. You can find the latest documentation [here](https://nextcenturycorporation.github.io/MCS). - [Quickstart Installation](#quickstart-installation) - [Usage](#usage) diff --git a/docs/source/install.rst b/docs/source/install.rst index 36fc2f6b..1ef332e6 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -2,8 +2,8 @@ Installation and Setup ======================= -.. _Download and unzip the Mac ZIP: https://github.com/NextCenturyCorporation/MCS/releases/download/0.7.1/MCS-AI2-THOR-Unity-App-v0.7.1-mac.zip -.. _Download and unzip the Linux ZIP: https://github.com/NextCenturyCorporation/MCS/releases/download/0.7.1/MCS-AI2-THOR-Unity-App-v0.7.1-linux.zip +.. _Download and unzip the Mac ZIP: https://github.com/NextCenturyCorporation/MCS/releases/download/0.7.2/MCS-AI2-THOR-Unity-App-v0.7.2-mac.zip +.. _Download and unzip the Linux ZIP: https://github.com/NextCenturyCorporation/MCS/releases/download/0.7.2/MCS-AI2-THOR-Unity-App-v0.7.2-linux.zip Virtual Environments ------------------------ diff --git a/machine_common_sense/_version.py b/machine_common_sense/_version.py index f0788a87..fb9b668f 100644 --- a/machine_common_sense/_version.py +++ b/machine_common_sense/_version.py @@ -1 +1 @@ -__version__ = '0.7.1' +__version__ = '0.7.2'