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:
parent
b00cb233cc
commit
7f49a886bb
@ -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
|
||||
|
Reference in New Issue
Block a user