diff --git a/README.md b/README.md index 185b199..a295ed0 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.7_stable-yellow.svg?style=flat)](https://github.com/neosubhamoy/pytubepp/) +[![verion](https://img.shields.io/badge/version-v1.0.8_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 a3305fe..cea74d4 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.7', + version='1.0.8', description='A Simple CLI Tool to Download Your Favorite YouTube Videos Effortlessly!', long_description=readme, long_description_content_type='text/markdown',