From ea234e6d11a497fda323ef1583a0d3dbf613255b Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Mon, 23 Sep 2024 19:10:37 +0200 Subject: [PATCH] =?UTF-8?q?Version=202.0.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed02b6f..d6f77ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "syng" -version = "2.0.0a3" +version = "2.0.0" description = "A all-in-one webbased karaoke system with YouTube support" authors = ["Christoph Stahl "] license = "AGPL-3.0-or-later"