This commit is contained in:
Lovi 2025-02-23 09:56:01 +01:00
parent be1dc2d39c
commit 05b34b60f2
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -10,7 +10,7 @@ with open("requirements.txt", "r", encoding="utf-8-sig") as f:
setup(
name="StreamingCommunity",
version="2.6.1",
version="2.7.0",
long_description=read_readme(),
long_description_content_type="text/markdown",
author="Lovi-0",