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 fda1bd6 commit 57cc01bCopy full SHA for 57cc01b
StreamingCommunity/Upload/version.py
@@ -1,5 +1,5 @@
1
__title__ = 'StreamingCommunity'
2
-__version__ = '2.9.8'
+__version__ = '2.9.9'
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="2.9.8",
+ version="2.9.9",
14
long_description=read_readme(),
15
long_description_content_type="text/markdown",
16
author="Lovi-0",
0 commit comments