Update update_script.sh for new formatting with Black

This commit is contained in:
Sybren A. Stüvel 2021-02-16 11:50:26 +01:00
parent 1a6f54b473
commit 9b2a936047

View File

@ -9,8 +9,8 @@ fi
BL_INFO_VER=$(echo "$VERSION" | sed 's/\./, /g') BL_INFO_VER=$(echo "$VERSION" | sed 's/\./, /g')
sed "s/version='[^']*'/version='$VERSION'/" -i setup.py sed "s/version=\"[^\"]*\"/version=\"$VERSION\"/" -i setup.py
sed "s/'version': ([^)]*)/'version': ($BL_INFO_VER)/" -i blender_cloud/__init__.py sed "s/\"version\": ([^)]*)/\"version\": ($BL_INFO_VER)/" -i blender_cloud/__init__.py
git diff git diff
echo echo