From f70d02f75bff1e02d4a12445bc6d9552d19b28a1 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Mon, 23 Sep 2024 17:50:33 +0200 Subject: [PATCH] youtube -> YouTube in description --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 88238ea..710a9c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "syng" -version = "2.0.0a0" -description = "A all-in-one webbased karaoke system with youtube support" +version = "2.0.0a1" +description = "A all-in-one webbased karaoke system with YouTube support" authors = ["Christoph Stahl "] license = "AGPL-3.0-or-later" readme = "README.md"