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

View File

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

View File

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