diff --git a/bin/ffx.py b/bin/ffx.py index 8c81b70..2a84b71 100755 --- a/bin/ffx.py +++ b/bin/ffx.py @@ -28,7 +28,7 @@ from ffx.constants import DEFAULT_QUALITY, DEFAULT_AV1_PRESET from ffx.constants import DEFAULT_STEREO_BANDWIDTH, DEFAULT_AC3_BANDWIDTH, DEFAULT_DTS_BANDWIDTH, DEFAULT_7_1_BANDWIDTH -VERSION='0.2.1' +VERSION='0.2.2' # 0.1.1 # Bugfixes, TMBD identify shows @@ -40,6 +40,8 @@ VERSION='0.2.1' # Tests, Config-File # 0.2.1 # Signature, Tags cleaning, Bugfixes, Refactoring +# 0.2.2 +# CLI-Overrides @click.group()