chore: update version bump procedure

This commit is contained in:
jo 2022-09-12 10:24:53 +02:00 committed by Kyle Robbertze
parent 36264ed4a5
commit 97f4472ed1
3 changed files with 8 additions and 11 deletions

View file

@ -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 \