diff --git a/StreamingCommunity/Upload/version.py b/StreamingCommunity/Upload/version.py index af0a5dc..9c2ef1f 100644 --- a/StreamingCommunity/Upload/version.py +++ b/StreamingCommunity/Upload/version.py @@ -1,5 +1,5 @@ __title__ = 'StreamingCommunity' -__version__ = '3.0.5' +__version__ = '3.0.6' __author__ = 'Arrowar' __description__ = 'A command-line program to download film' __copyright__ = 'Copyright 2024' diff --git a/setup.py b/setup.py index 5e5beb5..0af9db4 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open(os.path.join(os.path.dirname(__file__), "requirements.txt"), "r", enco setup( name="StreamingCommunity", - version="3.0.5", + version="3.0.6", long_description=read_readme(), long_description_content_type="text/markdown", author="Lovi-0",