summaryrefslogtreecommitdiff
path: root/mpv.py
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2025-04-25 11:48:30 +0200
committerjaseg <git@jaseg.de>2025-04-25 11:48:30 +0200
commit0c33c933dd05f05d7e11ca199e2faa44e1d583a4 (patch)
treed46de28359f543f10824cbb857a3a52bf564b489 /mpv.py
parent12850b34bd3b64704f8abd30341a647a73719267 (diff)
downloadpython-mpv-0c33c933dd05f05d7e11ca199e2faa44e1d583a4.tar.gz
python-mpv-0c33c933dd05f05d7e11ca199e2faa44e1d583a4.tar.bz2
python-mpv-0c33c933dd05f05d7e11ca199e2faa44e1d583a4.zip
Version 1.0.8v1.0.8
Diffstat (limited to 'mpv.py')
-rw-r--r--mpv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpv.py b/mpv.py
index c227b33..1d3f469 100644
--- a/mpv.py
+++ b/mpv.py
@@ -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.7'
+__version__ = '1.0.8'
from ctypes import *
import ctypes.util