Skip to content

Commit ae5d330

Browse files
fix release script
1 parent 4c0afa2 commit ae5d330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/mkrelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -e
1515
for PKG in microdot*; do
1616
echo Building $PKG...
1717
cd $PKG
18-
sed -i "s/version.*$/version=\"$VERSION\",/" setup.py
18+
sed -i "" "s/version.*$/version=\"$VERSION\",/" setup.py
1919
git add setup.py
2020
rm -rf dist
2121
python setup.py sdist bdist_wheel --universal

0 commit comments

Comments
 (0)