diff options
author | jaseg <git@jaseg.de> | 2023-11-18 11:57:40 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-11-18 11:57:40 +0100 |
commit | c52a07e86279f8a892aee4b2adae2a03481f7bce (patch) | |
tree | e1e23f80b57687263d5b9397ef90f46699b37753 /mpv.py | |
parent | b42f79a4f1be505d95be7fd13333ff96fa624aa4 (diff) | |
download | python-mpv-c52a07e86279f8a892aee4b2adae2a03481f7bce.tar.gz python-mpv-c52a07e86279f8a892aee4b2adae2a03481f7bce.tar.bz2 python-mpv-c52a07e86279f8a892aee4b2adae2a03481f7bce.zip |
Diffstat (limited to 'mpv.py')
-rw-r--r-- | mpv.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |