Skip to content

Commit

Permalink
Bumping release version
Browse files Browse the repository at this point in the history
  • Loading branch information
dwetherby committed Nov 6, 2020
1 parent dbccaa6 commit fe552d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ENV NVIDIA_DRIVER_CAPABILITIES ${NVIDIA_DRIVER_CAPABILITIES},display

# --build-arg mcsversion=0.0.x to override default in docker build command
ARG mcsversion=0.3.2
ARG mcsversion=0.3.3

WORKDIR /mcs

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Installation

The latest release of the MCS Python library is `0.3.2`.
The latest release of the MCS Python library is `0.3.3`.

### Virtual Environments

Expand Down Expand Up @@ -34,26 +34,26 @@ Here are the instructions for downloading and installing our latest Unity releas

### Unity Application

The latest release of the MCS Unity app is `0.3.2`.
The latest release of the MCS Unity app is `0.3.3`.

Please note that our Unity App is built on Linux. If you need a Mac or Windows version, please [contact us](#troubleshooting) directly.

1. [Download the Latest MCS Unity App](https://github.com/NextCenturyCorporation/MCS/releases/download/0.3.2/MCS-AI2-THOR-Unity-App-v0.3.2.x86_64)
1. [Download the Latest MCS Unity App](https://github.com/NextCenturyCorporation/MCS/releases/download/0.3.3/MCS-AI2-THOR-Unity-App-v0.3.3.x86_64)

2. [Download the Latest MCS Unity Data Directory TAR](https://github.com/NextCenturyCorporation/MCS/releases/download/0.3.2/MCS-AI2-THOR-Unity-App-v0.3.2_Data.tar.gz)
2. [Download the Latest MCS Unity Data Directory TAR](https://github.com/NextCenturyCorporation/MCS/releases/download/0.3.3/MCS-AI2-THOR-Unity-App-v0.3.3_Data.tar.gz)

3. Ensure that both the Unity App and the TAR are in the same directory.

4. Untar the Data Directory:

```
tar -xzvf MCS-AI2-THOR-Unity-App-v0.3.2_Data.tar.gz
tar -xzvf MCS-AI2-THOR-Unity-App-v0.3.3_Data.tar.gz
```

5. Mark the Unity App as executable:

```
chmod a+x MCS-AI2-THOR-Unity-App-v0.3.2.x86_64
chmod a+x MCS-AI2-THOR-Unity-App-v0.3.3.x86_64
```

### Training Datasets
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='machine_common_sense',
version='0.3.2',
version='0.3.3',
maintainer='Next Century, a wholly owned subsidiary of CACI',
maintainer_email='[email protected]',
url='https://github.com/NextCenturyCorporation/MCS/',
Expand All @@ -28,7 +28,7 @@
'matplotlib>=3.3',
('ai2thor @ '
'git+https://github.com/NextCenturyCorporation/ai2thor'
'@0.3.2#egg=ai2thor')
'@0.3.3#egg=ai2thor')
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit fe552d3

Please sign in to comment.