Add __version__ field to module

Closes #248.
This commit is contained in:
jaseg 2023-03-30 13:57:01 +02:00
parent 80f5ea64a1
commit 5a1a2734f2
2 changed files with 11 additions and 2 deletions

2
mpv.py
View file

@ -17,6 +17,8 @@
#
# You can find copies of the GPLv2 and LGPLv2.1 licenses in the project repository's LICENSE.GPL and LICENSE.LGPL files.
__version__ = '1.0.3'
from ctypes import *
import ctypes.util
import threading