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 7781c45 commit 095223c
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 @@ -14,7 +14,7 @@ then
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/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

echo --------------------------
Expand Down

0 comments on commit 095223c

Please sign in to comment.