From 0c33c933dd05f05d7e11ca199e2faa44e1d583a4 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 25 Apr 2025 11:48:30 +0200 Subject: Version 1.0.8 --- mpv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpv.py') 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 -- cgit