From 9167a63957e2afabf3ede87a91a7da50840b3271 Mon Sep 17 00:00:00 2001 From: Shigeng Chen <62194666+Aries-chen@users.noreply.github.com> Date: Wed, 9 Feb 2022 10:37:59 +0800 Subject: [PATCH] change install version (#141) --- README.md | 2 +- docs/source/tutorials/Getting Started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93ee14c3..a6e5d0eb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ First install OneFlow, please refer to [install-oneflow](https://github.com/Onef Then install the latest stable release of `flowvision` ```bash -pip install flowvision==0.0.6 +pip install flowvision==0.1.0 ``` ## Overview of flowvision structure diff --git a/docs/source/tutorials/Getting Started.md b/docs/source/tutorials/Getting Started.md index 088cf24b..36afd16a 100644 --- a/docs/source/tutorials/Getting Started.md +++ b/docs/source/tutorials/Getting Started.md @@ -3,7 +3,7 @@ ## Installation - To install latest stable release of flowvision: ```bash -pip install flowvision==0.0.6 +pip install flowvision==0.1.0 ``` - For an editable install ```bash