Version 0.4.5

This commit is contained in:
jaseg 2019-12-04 09:49:05 +01:00
parent 63f9b74247
commit 802938345a

View file

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