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 1c421ba commit 94798d4Copy full SHA for 94798d4
.github/scripts/bump-version.sh
@@ -2,4 +2,4 @@
2
set -eu
3
4
CURRENT_VERSION=$(NO_EXT=1 python setup.py --version)
5
-sed -i '' "s/__version__ = \"${CURRENT_VERSION}\"/__version__ = \"$1\"/" "pymongoarrow/version.py"
+sed -i "s/__version__ = \"${CURRENT_VERSION}\"/__version__ = \"$1\"/" "pymongoarrow/version.py"
0 commit comments