Bump v3.0.3

This commit is contained in:
Lovi 2025-05-10 09:24:15 +02:00
parent f45ec0d773
commit 22ce91d38b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
__title__ = 'StreamingCommunity'
__version__ = '3.0.2'
__version__ = '3.0.3'
__author__ = 'Arrowar'
__description__ = 'A command-line program to download film'
__copyright__ = 'Copyright 2024'

View File

@ -10,7 +10,7 @@ with open(os.path.join(os.path.dirname(__file__), "requirements.txt"), "r", enco
setup(
name="StreamingCommunity",
version="3.0.2",
version="3.0.3",
long_description=read_readme(),
long_description_content_type="text/markdown",
author="Lovi-0",