We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1621b6 commit e1ae4f7Copy full SHA for e1ae4f7
mpv.py
@@ -17,7 +17,7 @@
17
#
18
# You can find copies of the GPLv2 and LGPLv2.1 licenses in the project repository's LICENSE.GPL and LICENSE.LGPL files.
19
20
-__version__ = '1.0.6'
+__version__ = '1.0.7'
21
22
from ctypes import *
23
import ctypes.util
pyproject.toml
@@ -7,7 +7,7 @@ py-modules = ['mpv']
7
8
[project]
9
name = "mpv"
10
-version = "v1.0.6"
+version = "v1.0.7"
11
description = "A python interface to the mpv media player"
12
readme = "README.rst"
13
authors = [{name = "jaseg", email = "[email protected]"}]
0 commit comments