Repackaged as a single project #13

Merged
tris merged 3 commits from repackage into master 2026-05-24 11:11:28 +10:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 78441dc142 - Show all commits

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"