Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Oct 27, 2018
1 parent 0b89c10 commit d4de14b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ VERSION=${TAG/v/}

DEEPVOICE3_PYTORCH_BUILD_VERSION=$VERSION python setup.py develop sdist
echo "*** Ready to release! deepvoice3_pytorch $TAG ***"
echo "Please run the following command manually:"
echo DEEPVOICE3_PYTORCH_BUILD_VERSION=$VERSION python setup.py sdist upload
echo "Please make sure that release verion is correct."
cat deepvoice3_pytorch/version.py
echo "Please run the following command manually:"
echo twine upload dist/deepvoice3_pytorch-${VERSION}.tar.gz --repository-url https://upload.pypi.org/legacy/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import subprocess
from os.path import exists

version = '0.0.6'
version = '0.1.0'

# Adapted from https://github.com/pytorch/pytorch
cwd = os.path.dirname(os.path.abspath(__file__))
Expand Down

0 comments on commit d4de14b

Please sign in to comment.