From 6415f3863275ed6e7254ae35ac676a2e7725b9f3 Mon Sep 17 00:00:00 2001 From: Lovi <62809003+Lovi-0@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:28:46 +0100 Subject: [PATCH] Update setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a1fbf06..d4452b5 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open("requirements.txt", "r", encoding="utf-8-sig") as f: setup( name="StreamingCommunity", - version="1.7.3", + version="1.7.5", long_description=read_readme(), long_description_content_type="text/markdown", author="Lovi-0",