Version bump
This commit is contained in:
parent
c96a2ad80b
commit
78441dc142
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user