Skip to content

Commit

Permalink
fix: prepare_release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed Nov 18, 2021
1 parent 8638106 commit 7f29d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/prepare_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ sed -i "s/OPENMLDB_VERSION_MINOR .*/OPENMLDB_VERSION_MINOR ${MINOR})/g" "${cmake
sed -i "s/OPENMLDB_VERSION_BUG .*/OPENMLDB_VERSION_BUG ${BUG})/g" "${cmake_file}"

# version in python sdk
sed -i "" "s/version=.*/version='$VERSION',/g" python/sqlalchemy-openmldb/setup.py
sed -i "s/version=.*/version='$VERSION',/g" python/sqlalchemy-openmldb/setup.py

0 comments on commit 7f29d9c

Please sign in to comment.