Version 1.0.5
This commit is contained in:
parent
b42f79a4f1
commit
c52a07e862
2 changed files with 2 additions and 2 deletions
2
mpv.py
2
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.
|
# 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.5'
|
||||||
|
|
||||||
from ctypes import *
|
from ctypes import *
|
||||||
import ctypes.util
|
import ctypes.util
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ py-modules = ['mpv']
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "mpv"
|
name = "mpv"
|
||||||
version = "v1.0.4"
|
version = "v1.0.5"
|
||||||
description = "A python interface to the mpv media player"
|
description = "A python interface to the mpv media player"
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
authors = [{name = "jaseg", email = "mpv@jaseg.de"}]
|
authors = [{name = "jaseg", email = "mpv@jaseg.de"}]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue