Skip to content

Commit

Permalink
updated bump_version.sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
saileshwar-skyflow committed Nov 5, 2024
1 parent 095223c commit 0a22140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-scripts/bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
echo "Bumping package version to $1-dev.$2"

sed -E "s/current_version = .+/current_version = \'$SEMVER-dev+$2\'/g" setup.py > tempfile && cat tempfile > setup.py && rm -f tempfile
sed -E "s/SDK_VERSION = .+/SDK_VERSION = \'$SEMVER-dev.$2\'/g" skyflow/version.py > tempfile && cat tempfile > skyflow/version.py && rm -f tempfile
sed -E "s/SDK_VERSION = .+/SDK_VERSION = \'$SEMVER-dev+$2\'/g" skyflow/version.py > tempfile && cat tempfile > skyflow/version.py && rm -f tempfile

echo --------------------------
echo "Done, Package now at $1-dev.$2"
Expand Down

0 comments on commit 0a22140

Please sign in to comment.