Bump version to 0.2.9

This commit is contained in:
jaseg 2017-08-03 01:45:24 +02:00
parent e0591798f2
commit 8771490c8e

View file

@ -3,7 +3,7 @@
from setuptools import setup from setuptools import setup
setup( setup(
name = 'python-mpv', name = 'python-mpv',
version = '0.2.8', version = '0.2.9',
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',