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 d9fe24ece7
commit 3bc7dcfa9e

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