Version 1.0.6

This commit is contained in:
jaseg 2024-04-20 12:51:15 +02:00
parent d96eaf7e64
commit 16093073b0
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.5'
__version__ = '1.0.6'
from ctypes import *
import ctypes.util