From 90bb4396e1ab203af5fcdb904a2f2b34fd51b3d2 Mon Sep 17 00:00:00 2001 From: neosubhamoy Date: Thu, 26 Sep 2024 21:18:30 +0530 Subject: [PATCH] (chore): bumped up to 1.0.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cea74d4..4681fea 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.md', 'r', encoding='utf8') as file: setup( name='pytubepp', - version='1.0.8', + version='1.0.9', description='A Simple CLI Tool to Download Your Favorite YouTube Videos Effortlessly!', long_description=readme, long_description_content_type='text/markdown',