diff --git a/update_version.sh b/update_version.sh index fb2ae8f..a8218f1 100755 --- a/update_version.sh +++ b/update_version.sh @@ -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