Como verificar a versão OpenCV usando o Python

$ python # "python3"- if you are using another version of python
>>>import cv2
>>>cv2.__version__
Xanthous Xenomorph