From 94d2cc1ef6512677c31572c290cb6a1a85f5e5d8 Mon Sep 17 00:00:00 2001 From: Mihail-Cosmin Munteanu Date: Thu, 10 Nov 2022 20:37:08 +0100 Subject: [PATCH] updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4d62f0f..29972cd 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ package_dir={'': 'src'}, package_data=package_data, options=options, - version="0.0.1", + version="0.0.2", description='Youtube Downloader is a Youtube Browser application based on PySide6 and yt-dlp.' + 'And it allows you to download single videos, playlists or queues.', executables=executables