summaryrefslogtreecommitdiff
path: root/mpv.py
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-07-22 16:03:55 +0200
committerjaseg <git@jaseg.de>2023-07-22 16:05:36 +0200
commit9e462532619fe9a94de4488ba3dce286e8c08b62 (patch)
tree67a8f979123592cc39ad004efd034aeac82c7097 /mpv.py
parent03947f272b63a0cfacd5c9163198436bcc17f8a6 (diff)
downloadpython-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpv.py b/mpv.py
index 27fed4f..850a0b1 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.4'
from ctypes import *
import ctypes.util