Version 1.0.7

This commit is contained in:
jaseg 2024-06-21 16:23:54 +02:00
parent f1621b629d
commit e1ae4f7da6
2 changed files with 2 additions and 2 deletions

2
mpv.py
View file

@ -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

View file

@ -7,7 +7,7 @@ py-modules = ['mpv']
[project]
name = "mpv"
version = "v1.0.6"
version = "v1.0.7"
description = "A python interface to the mpv media player"
readme = "README.rst"
authors = [{name = "jaseg", email = "mpv@jaseg.de"}]