diff options
author | jaseg <git@jaseg.de> | 2023-11-18 11:57:40 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-11-18 11:57:40 +0100 |
commit | c52a07e86279f8a892aee4b2adae2a03481f7bce (patch) | |
tree | e1e23f80b57687263d5b9397ef90f46699b37753 /pyproject.toml | |
parent | b42f79a4f1be505d95be7fd13333ff96fa624aa4 (diff) | |
download | python-mpv-35bfee0f1e78a44bf0b93d3f0bd15a0bb22ebacf.tar.gz python-mpv-35bfee0f1e78a44bf0b93d3f0bd15a0bb22ebacf.tar.bz2 python-mpv-35bfee0f1e78a44bf0b93d3f0bd15a0bb22ebacf.zip |
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 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"}] |