Version info should be easily obtainable via the following: ```python import ffmpeg print(ffmpeg.__version__) ```