diff --git a/README.md b/README.md index b86c2afa..f5c27a19 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,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.2.1 +pip install flowvision==0.2.2 ``` ## Overview of flowvision structure diff --git a/setup.py b/setup.py index 97701907..6d34916a 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_dist(pkgname): return None -version = "0.2.1" +version = "0.2.2" package_name = "flowvision" cwd = os.path.dirname(os.path.abspath(__file__))