diff options
author | jaseg <git@jaseg.de> | 2025-04-25 11:48:30 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2025-04-25 11:48:30 +0200 |
commit | 0c33c933dd05f05d7e11ca199e2faa44e1d583a4 (patch) | |
tree | d46de28359f543f10824cbb857a3a52bf564b489 /pyproject.toml | |
parent | 12850b34bd3b64704f8abd30341a647a73719267 (diff) | |
download | python-mpv-0c33c933dd05f05d7e11ca199e2faa44e1d583a4.tar.gz python-mpv-0c33c933dd05f05d7e11ca199e2faa44e1d583a4.tar.bz2 python-mpv-0c33c933dd05f05d7e11ca199e2faa44e1d583a4.zip |
Version 1.0.8v1.0.8
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index dbea61f..f68661e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ py-modules = ['mpv'] [project] name = "mpv" -version = "v1.0.7" +version = "v1.0.8" description = "A python interface to the mpv media player" readme = "README.rst" authors = [{name = "jaseg", email = "mpv@jaseg.de"}] |