From 9e462532619fe9a94de4488ba3dce286e8c08b62 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 22 Jul 2023 16:03:55 +0200 Subject: Version 1.0.4 --- mpv.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mpv.py b/mpv.py index 27fed4f..850a0b1 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.3' +__version__ = '1.0.4' from ctypes import * import ctypes.util diff --git a/pyproject.toml b/pyproject.toml index a72cd8d..03c8c4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ py-modules = ['mpv'] [project] name = "mpv" -version = "v1.0.3" +version = "v1.0.4" description = "A python interface to the mpv media player" readme = "README.rst" authors = [{name = "jaseg", email = "mpv@jaseg.de"}] -- cgit