mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
version bump
This commit is contained in:
parent
60e972c643
commit
632c895129
3 changed files with 3 additions and 2 deletions
|
@ -141,6 +141,6 @@ class Args:
|
|||
|
||||
# Misc
|
||||
misc_group = parser.add_argument_group('Misc')
|
||||
misc_group.add_argument('--version', action='version', version=f'Av1an version: {4.5}')
|
||||
misc_group.add_argument('--version', action='version', version=f'Av1an version: {4.6}')
|
||||
# Initialize project with initial values
|
||||
return parser
|
||||
|
|
|
@ -20,3 +20,4 @@
|
|||
- Revorked args to classes.
|
||||
- Skip files in queue if they already encoded.
|
||||
- Default chunk method to ffms2.
|
||||
- Per frame target quality for SVT-AV1
|
||||
|
|
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ REQUIRES = [
|
|||
with open("README.md", "r") as f:
|
||||
long_description = f.read()
|
||||
|
||||
version = "4.5"
|
||||
version = "4.6"
|
||||
|
||||
setuptools.setup(
|
||||
name="Av1an",
|
||||
|
|
Loading…
Reference in a new issue