We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573ce94 commit d608efaCopy full SHA for d608efa
generate.sh
@@ -48,7 +48,9 @@ platform=$(uname)
48
(
49
if [ "$platform" = "Darwin" ]; then
50
sed -i '' "s/^VERSION = '[^']*'/VERSION = '${VERSION}'/" "./test/test_fingerprint_api.py"
51
+ sed -i '' "s/^version = [^']*/version = ${VERSION}/" "./setup.cfg"
52
else
53
sed -i "s/^VERSION = '[^']*'/VERSION = '${VERSION}'/" "./test/test_fingerprint_api.py"
54
+ sed -i "s/^version = [^']*/version = ${VERSION}/" "./setup.cfg"
55
fi
56
)
0 commit comments