Skip to content

Commit

Permalink
build version 0.1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
GaParmar committed Dec 18, 2022
1 parent 8426fc1 commit c8ffa42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

## Installing locally
```
python -m pip uninstall clean-fid
python -m pip install dist/clean_fid-0.1.34-py3-none-any.whl
pip uninstall clean-fid
pip install dist/clean_fid-0.1.35-py3-none-any.whl
```

## Run the tests locally
Expand All @@ -17,5 +17,5 @@

## Push to pip
```
python -m twine upload dist/clean_fid-0.1.34-py3-none-any.whl
python -m twine upload dist/clean_fid-0.1.35-py3-none-any.whl
```

0 comments on commit c8ffa42

Please sign in to comment.