From 3c69e22bc5240788110834bf6e5290ce6fcd95ac Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Mon, 23 Sep 2024 18:49:15 +0200 Subject: [PATCH] Prerelease version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad68056..ed02b6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "syng" -version = "2.0.0a2" +version = "2.0.0a3" description = "A all-in-one webbased karaoke system with YouTube support" authors = ["Christoph Stahl "] license = "AGPL-3.0-or-later"