From 9540c791f6aa53413588fea95694f73c141fdf02 Mon Sep 17 00:00:00 2001 From: JuniorJPDJ Date: Sat, 9 Jul 2022 12:49:59 +0000 Subject: [PATCH] Update backend project version in poetry --- api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 3e7ddfafa..accfc8e25 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Funkwhale" -version = "1.2.1" +version = "1.2.6" description = "" authors = ["Funkwhale Collective"] license = "GNU AGPLv3"