Skip to content

Commit

Permalink
pip version 0.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
GaParmar committed Aug 1, 2022
1 parent 18bcb63 commit b1d8934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@

## Push to pip
```
python -m twine upload dist/clean_fid-0.1.27-py3-none-any.whl
python -m twine upload dist/clean_fid-0.1.28-py3-none-any.whl
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name='clean-fid',
version="0.1.27",
version="0.1.28",
author="Gaurav Parmar",
author_email="[email protected]",
description="FID calculation in PyTorch with proper image resizing and quantization steps",
Expand Down

0 comments on commit b1d8934

Please sign in to comment.