diff --git a/README.md b/README.md index 73109f0..3f026dd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ### A Simple CLI Tool to Download Your Favourite YouTube Videos Effortlessly! [![status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat)](https://github.com/neosubhamoy/pytubepp/) -[![verion](https://img.shields.io/badge/version-v1.0.4_stable-yellow.svg?style=flat)](https://github.com/neosubhamoy/pytubepp/) +[![verion](https://img.shields.io/badge/version-v1.0.5_stable-yellow.svg?style=flat)](https://github.com/neosubhamoy/pytubepp/) [![python](https://img.shields.io/badge/python-v3.12.x-blue?logo=python&style=flat)](https://www.python.org/downloads/) [![builds](https://img.shields.io/badge/builds-passing-brightgreen.svg?style=flat)](https://github.com/neosubhamoy/pytubepp/) [![PRs](https://img.shields.io/badge/PRs-welcome-blue.svg?style=flat)](https://github.com/neosubhamoy/pytubepp/) diff --git a/setup.py b/setup.py index d0ba112..29c1b23 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.4', + version='1.0.5', description='A Simple CLI Tool to Download Your Favorite YouTube Videos Effortlessly!', long_description=readme, long_description_content_type='text/markdown',