diff options
author | jaseg <git@jaseg.de> | 2024-06-21 16:23:54 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2024-06-21 16:23:54 +0200 |
commit | e1ae4f7da6d1858ab5af7d003c24fd6ca1f8fed5 (patch) | |
tree | 0f25d16e7b529ec1180fea50446da71c0e5e19a1 /pyproject.toml | |
parent | f1621b629df60c29945392b5739ac97f33e31bdf (diff) | |
download | python-mpv-e1ae4f7da6d1858ab5af7d003c24fd6ca1f8fed5.tar.gz python-mpv-e1ae4f7da6d1858ab5af7d003c24fd6ca1f8fed5.tar.bz2 python-mpv-e1ae4f7da6d1858ab5af7d003c24fd6ca1f8fed5.zip |
Version 1.0.7v1.0.7
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 5aff76a..dbea61f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ py-modules = ['mpv'] [project] name = "mpv" -version = "v1.0.6" +version = "v1.0.7" description = "A python interface to the mpv media player" readme = "README.rst" authors = [{name = "jaseg", email = "mpv@jaseg.de"}] |