Version v1.0.0

This commit is contained in:
jaseg 2022-04-24 13:48:51 +02:00
parent f20d0f50ee
commit 49d634ac53

View file

@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
version = '1.0.0',
version = 'v1.0.0',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',