mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Version change
This commit is contained in:
parent
df4407d1d5
commit
35410024cc
2 changed files with 3 additions and 3 deletions
4
av1an.py
4
av1an.py
|
@ -26,8 +26,8 @@ from scenedetect.scene_manager import SceneManager
|
|||
from scenedetect.detectors import ContentDetector
|
||||
from multiprocessing.managers import BaseManager
|
||||
|
||||
if sys.version_info < (3, 7):
|
||||
print('Python 3.7+ required')
|
||||
if sys.version_info < (3, 6):
|
||||
print('Python 3.6+ required')
|
||||
sys.exit()
|
||||
|
||||
if sys.platform == 'linux':
|
||||
|
|
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ with open("README.md", "r") as f:
|
|||
|
||||
setuptools.setup(
|
||||
name="Av1an",
|
||||
version="1.8.0-1",
|
||||
version="1.9.0",
|
||||
author="Master_Of_Zen",
|
||||
author_email="master_of_zen@protonmail.com",
|
||||
description="All-in-one encode toolkit",
|
||||
|
|
Loading…
Reference in a new issue