We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6c8c9 commit 86c7293Copy full SHA for 86c7293
StreamingCommunity/Upload/version.py
@@ -1,5 +1,5 @@
1
__title__ = 'StreamingCommunity'
2
-__version__ = '3.0.7'
+__version__ = '3.0.8'
3
__author__ = 'Arrowar'
4
__description__ = 'A command-line program to download film'
5
__copyright__ = 'Copyright 2024'
setup.py
@@ -10,7 +10,7 @@ def read_readme():
10
11
setup(
12
name="StreamingCommunity",
13
- version="3.0.7",
+ version="3.0.8",
14
long_description=read_readme(),
15
long_description_content_type="text/markdown",
16
author="Lovi-0",
0 commit comments