Version 1.0.1

This commit is contained in:
jaseg 2022-04-24 13:56:15 +02:00
parent a2f47a6524
commit 0bc8547a3b

View file

@ -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(),