Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
add package helper script
  • Loading branch information
toshas committed May 5, 2020
1 parent 52e477c commit dfd9558
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion torch_fidelity/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.2.0'
7 changes: 7 additions & 0 deletions utils/package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

ROOT=$(realpath $(dirname $0)/..)
cd ${ROOT}
python3 -m pip install --upgrade setuptools wheel twine
python3 setup.py sdist bdist_wheel
echo "Inspect dist and upload with \"python3 -m twine upload dist/*\""

0 comments on commit dfd9558

Please sign in to comment.