Version 1.0.4

This commit is contained in:
jaseg 2023-07-22 16:03:55 +02:00
parent 03947f272b
commit 9e46253261
2 changed files with 2 additions and 2 deletions

2
mpv.py
View file

@ -17,7 +17,7 @@
#
# 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'
__version__ = '1.0.4'
from ctypes import *
import ctypes.util