diff options
author | jaseg <git@jaseg.de> | 2024-04-20 12:51:15 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2024-04-20 12:51:15 +0200 |
commit | 16093073b058cd2bc67ba3de857f2b4f187c32e1 (patch) | |
tree | 5249ff0a93f0df692c5861ceabdfd53c64bbb021 | |
parent | d96eaf7e64f1063ae16f88abfaa14c2997b3291d (diff) | |
download | python-mpv-1.0.6.tar.gz python-mpv-1.0.6.tar.bz2 python-mpv-1.0.6.zip |
Version 1.0.6v1.0.6
-rw-r--r-- | mpv.py | 2 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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.5' +__version__ = '1.0.6' from ctypes import * import ctypes.util diff --git a/pyproject.toml b/pyproject.toml index 49de9d8..b15441f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ py-modules = ['mpv'] [project] name = "mpv" -version = "v1.0.5" +version = "v1.0.6" description = "A python interface to the mpv media player" readme = "README.rst" authors = [{name = "jaseg", email = "mpv@jaseg.de"}] |