Version bump

This commit is contained in:
Tris Forster 2026-05-24 11:07:49 +10:00
parent c96a2ad80b
commit 78441dc142
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:latest FROM alpine:latest
ENV TARGET=/opt/polyphonic 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 RUN apk add --no-cache python3 py3-pip git ghostscript sqlite

View File

@ -1,6 +1,6 @@
services: services:
polyphonic: polyphonic:
image: "polyphonic:0.8.3" image: "polyphonic:0.8.4"
build: "." build: "."
ports: ports:
- "8001:8000" - "8001:8000"

View File

@ -1,6 +1,6 @@
[project] [project]
name = "polyphonic" name = "polyphonic"
version = "0.8.3" version = "0.8.4"
description = "Polyphonic Ensemble Manager" description = "Polyphonic Ensemble Manager"
authors = [{ name = "Tris Forster", email = "tris@tfconsulting.com.au" }] authors = [{ name = "Tris Forster", email = "tris@tfconsulting.com.au" }]
readme = "README.md" readme = "README.md"