Update update_script.sh
for new formatting with Black
This commit is contained in:
parent
1a6f54b473
commit
9b2a936047
@ -9,8 +9,8 @@ fi
|
||||
|
||||
BL_INFO_VER=$(echo "$VERSION" | sed 's/\./, /g')
|
||||
|
||||
sed "s/version='[^']*'/version='$VERSION'/" -i setup.py
|
||||
sed "s/'version': ([^)]*)/'version': ($BL_INFO_VER)/" -i blender_cloud/__init__.py
|
||||
sed "s/version=\"[^\"]*\"/version=\"$VERSION\"/" -i setup.py
|
||||
sed "s/\"version\": ([^)]*)/\"version\": ($BL_INFO_VER)/" -i blender_cloud/__init__.py
|
||||
|
||||
git diff
|
||||
echo
|
||||
|
Reference in New Issue
Block a user