File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 echo " Done, Package now at $1 "
1313
1414else
15- echo " Bumping package version to $1 -dev. $2 "
15+ echo " Bumping package version to $1 .dev0+ $2 "
1616
17- sed -E " s/current_version = .+/current_version = \'$SEMVER -dev. $2 \'/g" setup.py > tempfile && cat tempfile > setup.py && rm -f tempfile
18- sed -E " s/SDK_VERSION = .+/SDK_VERSION = \'$SEMVER -dev. $2 \'/g" skyflow/version.py > tempfile && cat tempfile > skyflow/version.py && rm -f tempfile
17+ sed -E " s/current_version = .+/current_version = \'$SEMVER .dev0+ $2 \'/g" setup.py > tempfile && cat tempfile > setup.py && rm -f tempfile
18+ sed -E " s/SDK_VERSION = .+/SDK_VERSION = \'$SEMVER .dev0+ $2 \'/g" skyflow/version.py > tempfile && cat tempfile > skyflow/version.py && rm -f tempfile
1919
2020 echo --------------------------
21- echo " Done, Package now at $1 -dev. $2 "
21+ echo " Done, Package now at $1 .dev0+ $2 "
2222fi
You can’t perform that action at this time.
0 commit comments