summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2024-04-20 12:51:15 +0200
committerjaseg <git@jaseg.de>2024-04-20 12:51:15 +0200
commit16093073b058cd2bc67ba3de857f2b4f187c32e1 (patch)
tree5249ff0a93f0df692c5861ceabdfd53c64bbb021 /pyproject.toml
parentd96eaf7e64f1063ae16f88abfaa14c2997b3291d (diff)
downloadpython-mpv-main.tar.gz
python-mpv-main.tar.bz2
python-mpv-main.zip
Version 1.0.6v1.0.6main
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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"}]