From 8662d151272af10153d51daab2edb28ae1b13c62 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sat, 2 Nov 2024 14:00:44 +0000 Subject: [PATCH] Add log to build script --- auxiliary/cibuildwheel/make-raspberry-pi-aarch64.sh | 1 + setup.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/auxiliary/cibuildwheel/make-raspberry-pi-aarch64.sh b/auxiliary/cibuildwheel/make-raspberry-pi-aarch64.sh index 853a955e..b0ecca4d 100755 --- a/auxiliary/cibuildwheel/make-raspberry-pi-aarch64.sh +++ b/auxiliary/cibuildwheel/make-raspberry-pi-aarch64.sh @@ -20,6 +20,7 @@ pyenv install --skip-existing $VERSIONS for VERSION in $VERSIONS do + echo "Building version: $VERSION" pyenv local $VERSION python3 --version pip3 install build diff --git a/setup.cfg b/setup.cfg index 0ea7d53d..8bfa562a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = signalflow -version = 0.5.0 +version = 0.5.1 author = Daniel Jones author_email = dan@erase.net description = SignalFlow is a sound synthesis library designed for clear and concise expression of sonic ideas