diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7419632..3fa1d4b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,7 +38,6 @@ jobs: timeout-minutes: 10 run: | python -m sounddevice - cp config.py.example config.py # We don't need an API config file for these tests. python -m unittest - name: Archive test logs if: ${{ always() }} diff --git a/package-lock.json b/package-lock.json index ebfd655..939f4ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,5 @@ { "name": "bapsicle", - "version": "0.1.0", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "version": "0.1.0", - "license": "ISC" - } - } + "version": "3.0.0", + "lockfileVersion": 1 } diff --git a/server.py b/server.py index 896279a..f92f07d 100644 --- a/server.py +++ b/server.py @@ -216,7 +216,7 @@ class BAPSicleServer: By default, this server is accepting connections on port 13500 The version of the server service is {} Please refer to the documentation included with this application for further assistance.""".format( - config.VERSION + package.VERSION ), "dev/welcome.mp3", )