Skip to content

Commit 0b2330c

Browse files
committed
fix: adjust for black
1 parent 82e35fb commit 0b2330c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ TMPFILE=$(mktemp /tmp/${tempfoo}.XXXXXX) || {
8686
exit 1
8787
}
8888

89-
find_this="__version__ = '$current_version'"
90-
replace_with="__version__ = '$next_version'"
89+
find_this="__version__ = \"$current_version\""
90+
replace_with="__version__ = \"$next_version\""
9191

9292
echo -e "${YELLOW}--->${COLOR_OFF} Updating ${INIT_PACKAGE_NAME}/__init__.py"
9393
sed "s/$find_this/$replace_with/" ${INIT_PACKAGE_NAME}/__init__.py > $TMPFILE && mv $TMPFILE ${INIT_PACKAGE_NAME}/__init__.py

0 commit comments

Comments
 (0)