Bump version to v0.4.8

This commit is contained in:
jaseg 2020-07-16 21:06:06 +02:00
parent 47b5a27d2c
commit d94d1d11fa

View file

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