From a0b823443315b327820f4f74eb981a24f9f9567a Mon Sep 17 00:00:00 2001 From: Lovi <62809003+Lovi-0@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:30:50 +0100 Subject: [PATCH] Update setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 258fccc..5d029a6 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.6", + version="1.8.0", long_description=read_readme(), long_description_content_type="text/markdown", author="Lovi-0",