chore: update version bump procedure
This commit is contained in:
parent
36264ed4a5
commit
97f4472ed1
3 changed files with 8 additions and 11 deletions
|
@ -11,7 +11,7 @@ error() {
|
|||
|
||||
command -v sed > /dev/null || error "sed command not found!"
|
||||
|
||||
version="$(cat VERSION)"
|
||||
version="$1"
|
||||
|
||||
for setup_path in */setup.py; do
|
||||
sed --in-place \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue