summaryrefslogtreecommitdiff
path: root/mpv.py
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2024-06-21 16:23:54 +0200
committerjaseg <git@jaseg.de>2024-06-21 16:23:54 +0200
commite1ae4f7da6d1858ab5af7d003c24fd6ca1f8fed5 (patch)
tree0f25d16e7b529ec1180fea50446da71c0e5e19a1 /mpv.py
parentf1621b629df60c29945392b5739ac97f33e31bdf (diff)
downloadpython-mpv-1.0.7.tar.gz
python-mpv-1.0.7.tar.bz2
python-mpv-1.0.7.zip
Version 1.0.7v1.0.7main
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 75567c1..8941aed 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.6'
+__version__ = '1.0.7'
from ctypes import *
import ctypes.util