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