Release 0.2.2

This commit is contained in:
jaseg 2017-05-26 14:18:31 +02:00
parent 3fa1b62d4d
commit 027b25d693

View file

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