Bump version to 0.2.5

...because I acciditially pushed test code to pypi -.-
This commit is contained in:
jaseg 2017-07-05 11:36:11 +02:00
parent 4e477b694e
commit e84ad601c3

View file

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