Skip to content

Commit

Permalink
Update version_update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Girish-Anadv-07 authored Oct 24, 2023
1 parent 60fedb6 commit 63d3d5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ version=$(grep "__version_info__ =" "$python_file1" | sed 's/.*\[\(.*\)\].*/\1/'
sed -i -e "1s/s = .*/s = [$version]/" version_update.py
git add version_update.py
git commit -m "version update"
git push origin master
git push -f origin master

updated_version=$(python version_update.py)
sed -i -e "1s/__version_info__ = .*/__version_info__ = $updated_version/" version.py
git add version.py
git commit -m "version update"
git push origin master
rm *.py-e
git push -f origin master
rm *.py-e

0 comments on commit 63d3d5c

Please sign in to comment.