Bump version to 0.2.6

This commit is contained in:
jaseg 2017-07-13 00:38:32 +02:00
parent 121575f814
commit 4972dd1e6d

View file

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