From a2543988427a5d627789f97ec48ddb083f784bbe Mon Sep 17 00:00:00 2001 From: Impre-visible Date: Sun, 17 Nov 2024 20:12:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20Update=20chocolate=5Fap?= =?UTF-8?q?p=20version=20to=2010.1.1a0=20in=20Dockerfile=5Fbase=20and=20py?= =?UTF-8?q?project.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile_base | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile_base b/Dockerfile_base index 5451495..3c7cc0e 100644 --- a/Dockerfile_base +++ b/Dockerfile_base @@ -2,7 +2,7 @@ FROM python:3.10 RUN apt-get update && apt-get install -y ffmpeg unrar-free -RUN pip install chocolate_app==10.0.9a0 +RUN pip install chocolate_app==10.1.1a0 EXPOSE 8888 diff --git a/pyproject.toml b/pyproject.toml index 08a2ee8..c192aa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "chocolate_app" -version = "10.1.0-alpha" +version = "10.1.1-alpha" description = "" authors = [ { name = "Imprevisible", email = "impr.visible@gmail.com" },