From e931ec015c24732d9233612622867d4157ce45a2 Mon Sep 17 00:00:00 2001 From: Phi Le Date: Mon, 26 Feb 2024 11:32:26 -0500 Subject: [PATCH] updated 0.7.4 to 0.7.5 --- CPU_Container.dockerfile | 2 +- Dockerfile | 2 +- README.md | 2 +- docs/source/install.rst | 4 ++-- machine_common_sense/_version.py | 2 +- webenabled/requirements.txt | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CPU_Container.dockerfile b/CPU_Container.dockerfile index 2a93864d..d8641230 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.4 +ARG mcsversion=0.7.5 ARG mcs_library_version=master WORKDIR /mcs diff --git a/Dockerfile b/Dockerfile index be33af0b..6c63ba15 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.4 +ARG mcsversion=0.7.5 ARG mcs_library_version=master WORKDIR /mcs diff --git a/README.md b/README.md index eeef1751..3a19a11e 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.4`. 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.5`. 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 26b319de..8d6e70d9 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.4/MCS-AI2-THOR-Unity-App-v0.7.4-mac.zip -.. _Download and unzip the Linux ZIP: https://github.com/NextCenturyCorporation/MCS/releases/download/0.7.4/MCS-AI2-THOR-Unity-App-v0.7.4-linux.zip +.. _Download and unzip the Mac ZIP: https://github.com/NextCenturyCorporation/MCS/releases/download/0.7.5/MCS-AI2-THOR-Unity-App-v0.7.5-mac.zip +.. _Download and unzip the Linux ZIP: https://github.com/NextCenturyCorporation/MCS/releases/download/0.7.5/MCS-AI2-THOR-Unity-App-v0.7.5-linux.zip Virtual Environments ------------------------ diff --git a/machine_common_sense/_version.py b/machine_common_sense/_version.py index c9880e62..7dfe66c6 100644 --- a/machine_common_sense/_version.py +++ b/machine_common_sense/_version.py @@ -1 +1 @@ -__version__ = '0.7.4' +__version__ = '0.7.5' diff --git a/webenabled/requirements.txt b/webenabled/requirements.txt index f3601dc4..28620c05 100644 --- a/webenabled/requirements.txt +++ b/webenabled/requirements.txt @@ -1,4 +1,4 @@ -machine-common-sense==0.7.4 +machine-common-sense==0.7.5 flask==2.3.2 flask_session==0.5.0 watchdog==3.0.0