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