Bump version to 0.3.0

This commit is contained in:
jaseg 2017-08-03 12:40:07 +02:00
parent 48eb88ef54
commit 67ef745e21

View file

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