From 16093073b058cd2bc67ba3de857f2b4f187c32e1 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 20 Apr 2024 12:51:15 +0200 Subject: Version 1.0.6 --- mpv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpv.py') diff --git a/mpv.py b/mpv.py index 9297004..9856dc2 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.5' +__version__ = '1.0.6' from ctypes import * import ctypes.util -- cgit