From 27683303229c34019386c510fb9d729087ed2689 Mon Sep 17 00:00:00 2001 From: Ghost <62809003+Ghost6446@users.noreply.github.com> Date: Sun, 4 Feb 2024 15:22:09 +0100 Subject: [PATCH] fix version --- Src/Upload/__version__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/Upload/__version__.py b/Src/Upload/__version__.py index 0c908d8..ed7dd5a 100644 --- a/Src/Upload/__version__.py +++ b/Src/Upload/__version__.py @@ -1,6 +1,6 @@ __title__ = 'Streaming_community' -__version__ = 'v0.8.2' +__version__ = 'v0.8.3' __author__ = 'Ghost6446' __description__ = 'A command-line program to download film' __license__ = 'MIT License' -__copyright__ = 'Copyright 2023' \ No newline at end of file +__copyright__ = 'Copyright 2023'