Skip to content

Commit d4de14b

Browse files
committed
prepare for release
1 parent 0b89c10 commit d4de14b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ VERSION=${TAG/v/}
1616

1717
DEEPVOICE3_PYTORCH_BUILD_VERSION=$VERSION python setup.py develop sdist
1818
echo "*** Ready to release! deepvoice3_pytorch $TAG ***"
19-
echo "Please run the following command manually:"
20-
echo DEEPVOICE3_PYTORCH_BUILD_VERSION=$VERSION python setup.py sdist upload
2119
echo "Please make sure that release verion is correct."
2220
cat deepvoice3_pytorch/version.py
21+
echo "Please run the following command manually:"
22+
echo twine upload dist/deepvoice3_pytorch-${VERSION}.tar.gz --repository-url https://upload.pypi.org/legacy/

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import subprocess
88
from os.path import exists
99

10-
version = '0.0.6'
10+
version = '0.1.0'
1111

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

0 commit comments

Comments
 (0)