From c52a07e86279f8a892aee4b2adae2a03481f7bce Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 18 Nov 2023 11:57:40 +0100 Subject: Version 1.0.5 --- mpv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpv.py') diff --git a/mpv.py b/mpv.py index ac024b7..b2f6868 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.3' +__version__ = '1.0.5' from ctypes import * import ctypes.util -- cgit