Make version info accessible via ffmpeg.__version__
Version info should be easily obtainable via the following:
import ffmpeg
print(ffmpeg.__version__)
Version info should be easily obtainable via the following:
import ffmpeg
print(ffmpeg.__version__)