Version 1.0.1
This commit is contained in:
parent
a2f47a6524
commit
34b3af6c99
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue