Version v0.4.6

This commit is contained in:
jaseg 2020-04-05 12:49:05 +02:00
parent 068d034cc0
commit 2c75f23623

View file

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