diff --git a/bin/ffx.py b/bin/ffx.py index d02c68c..f5a26f3 100755 --- a/bin/ffx.py +++ b/bin/ffx.py @@ -15,10 +15,13 @@ from ffx.track_type import TrackType from ffx.video_encoder import VideoEncoder -VERSION='0.1.1' +VERSION='0.1.2' # 0.1.1 # Bugfixes, TMBD identify shows +# 0.1.2 +# Bugfixes + @click.group() @click.pass_context