diff options
author | jaseg <git@jaseg.de> | 2023-07-22 16:03:55 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-07-22 16:05:36 +0200 |
commit | 9e462532619fe9a94de4488ba3dce286e8c08b62 (patch) | |
tree | 67a8f979123592cc39ad004efd034aeac82c7097 /mpv.py | |
parent | 03947f272b63a0cfacd5c9163198436bcc17f8a6 (diff) | |
download | python-mpv-9e462532619fe9a94de4488ba3dce286e8c08b62.tar.gz python-mpv-9e462532619fe9a94de4488ba3dce286e8c08b62.tar.bz2 python-mpv-9e462532619fe9a94de4488ba3dce286e8c08b62.zip |
Version 1.0.4v1.0.4
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.4' from ctypes import * import ctypes.util |