update_version.sh: Use Python 3 in example command

This makes it possible to run the command outside of a Python 3 virtualenv.
This commit is contained in:
Sybren A. Stüvel 2019-06-21 14:31:54 +02:00
parent b00cb233cc
commit 28f68c6fbf

View File

@ -19,4 +19,4 @@ echo git commit -m \'Bumped version to $VERSION\' setup.py blender_cloud/__init_
echo git tag -a version-$VERSION -m \'Tagged version $VERSION\'
echo
echo "To build a distribution ZIP:"
echo python setup.py bdist
echo python3 setup.py bdist