Skip to content

Commit

Permalink
release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldpe2G committed Nov 16, 2023
1 parent f95df8c commit b6dfa10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__))

Expand Down

0 comments on commit b6dfa10

Please sign in to comment.