Skip to content

Commit 94798d4

Browse files
committed
INTPYTHON-592 Fix version bump script for release process
1 parent 1c421ba commit 94798d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/bump-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -eu
33

44
CURRENT_VERSION=$(NO_EXT=1 python setup.py --version)
5-
sed -i '' "s/__version__ = \"${CURRENT_VERSION}\"/__version__ = \"$1\"/" "pymongoarrow/version.py"
5+
sed -i "s/__version__ = \"${CURRENT_VERSION}\"/__version__ = \"$1\"/" "pymongoarrow/version.py"

0 commit comments

Comments
 (0)