summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-11-18 11:57:40 +0100
committerjaseg <git@jaseg.de>2023-11-18 11:57:40 +0100
commitc52a07e86279f8a892aee4b2adae2a03481f7bce (patch)
treee1e23f80b57687263d5b9397ef90f46699b37753
parentb42f79a4f1be505d95be7fd13333ff96fa624aa4 (diff)
downloadpython-mpv-c52a07e86279f8a892aee4b2adae2a03481f7bce.tar.gz
python-mpv-c52a07e86279f8a892aee4b2adae2a03481f7bce.tar.bz2
python-mpv-c52a07e86279f8a892aee4b2adae2a03481f7bce.zip
Version 1.0.5v1.0.5show
-rw-r--r--mpv.py2
-rw-r--r--pyproject.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/mpv.py b/mpv.py
index ac024b7..b2f6868 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.5'
from ctypes import *
import ctypes.util
diff --git a/pyproject.toml b/pyproject.toml
index 03c8c4f..49de9d8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ py-modules = ['mpv']
[project]
name = "mpv"
-version = "v1.0.4"
+version = "v1.0.5"
description = "A python interface to the mpv media player"
readme = "README.rst"
authors = [{name = "jaseg", email = "mpv@jaseg.de"}]