diff options
author | jaseg <code@jaseg.net> | 2022-04-24 13:56:15 +0200 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2022-04-24 13:56:15 +0200 |
commit | 0bc8547a3bc68e3799b0f8946a040d3441d193fe (patch) | |
tree | f65b06e52c7b708116ce113acc240e40e725033a | |
parent | a2f47a6524c1066481c437f4948fbfdc241a99ab (diff) | |
download | python-mpv-1.0.1.tar.gz python-mpv-1.0.1.tar.bz2 python-mpv-1.0.1.zip |
Version 1.0.1v1.0.1
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ from pathlib import Path setup( name = 'python-mpv', - version = 'v1.0.1', + version = '1.0.1', py_modules = ['mpv'], description = 'A python interface to the mpv media player', long_description = (Path(__file__).parent / 'README.rst').read_text(), |