Version bump
This commit is contained in:
parent
c96a2ad80b
commit
78441dc142
@ -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
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
services:
|
||||
polyphonic:
|
||||
image: "polyphonic:0.8.3"
|
||||
image: "polyphonic:0.8.4"
|
||||
build: "."
|
||||
ports:
|
||||
- "8001:8000"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user