From 78441dc14262613f918712f100399ea5286c51af Mon Sep 17 00:00:00 2001 From: Tris Forster Date: Sun, 24 May 2026 11:07:49 +1000 Subject: [PATCH] Version bump --- Dockerfile | 2 +- docker-compose.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6a3b993..cc0df79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest ENV TARGET=/opt/polyphonic -ENV RELEASE=polyphonic-0.8.3-py3-none-any.whl +ENV RELEASE=polyphonic-0.8.4-py3-none-any.whl RUN apk add --no-cache python3 py3-pip git ghostscript sqlite diff --git a/docker-compose.yml b/docker-compose.yml index 9bf6a95..71953b9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: polyphonic: - image: "polyphonic:0.8.3" + image: "polyphonic:0.8.4" build: "." ports: - "8001:8000" diff --git a/pyproject.toml b/pyproject.toml index 81f6f74..f35e799 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "polyphonic" -version = "0.8.3" +version = "0.8.4" description = "Polyphonic Ensemble Manager" authors = [{ name = "Tris Forster", email = "tris@tfconsulting.com.au" }] readme = "README.md"