setup.py: Bump version to 0.2.4

This commit is contained in:
jaseg 2017-07-03 22:24:55 +02:00
parent 3b6a29b8ae
commit 4e477b694e

View file

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