diff options
author | jaseg <git@jaseg.de> | 2023-02-26 14:06:41 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-02-26 14:06:41 +0100 |
commit | 244c0ef31650a8e02418e94d625af81146e90dcf (patch) | |
tree | 6e97d27eaf088fccd09fd0f3e7e0c1023f5c95b5 | |
parent | 6625a3900da1bd15fa554b77f87d3f75b43bc7e0 (diff) | |
download | python-mpv-1.0.2.tar.gz python-mpv-1.0.2.tar.bz2 python-mpv-1.0.2.zip |
Version v1.0.2v1.0.2
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 67a2565..769a2c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ py-modules = ['mpv'] [project] name = "python-mpv" -version = "1.0.1" +version = "v1.0.2" description = "A python interface to the mpv media player" readme = "README.rst" authors = [{name = "jaseg", email = "mpv@jaseg.de"}] |