Skip to content

Commit

Permalink
release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leqiao-1 committed May 23, 2023
1 parent ea881e3 commit 25ff208
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = "Olive"
copyright = "2023, olivedevteam@microsoft.com"
author = "olivedevteam@microsoft.com"
version = "latest"
version = "0.2.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ python -m pip install .

Then cd into the desired example folder and follow the instructions in the `README.md` file.

For examples corresponding to a specific release of Olive, checkout the corresponding tag. For instance, to use the examples corresponding to the `v0.2.0` release, run the following command:
For examples corresponding to a specific release of Olive, checkout the corresponding tag. For instance, to use the examples corresponding to the `v0.2.1` release, run the following command:

```bash
git checkout tags/v0.2.0
git checkout tags/v0.2.1
```

### Conda env
Expand Down
2 changes: 1 addition & 1 deletion olive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
_logger.addHandler(_sc)
_logger.propagate = False

__version__ = "0.3.0"
__version__ = "0.2.1"
2 changes: 1 addition & 1 deletion olive/systems/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN pip install azure-ai-ml \
openvino-dev[tensorflow,onnx] \
tensorflow \
onnxconverter_common \
olive-ai==0.2.0
olive-ai==0.2.1

ADD requirements.txt requirements.txt
RUN pip install -r requirements.txt
Expand Down

0 comments on commit 25ff208

Please sign in to comment.