Bump version to 0.3.3

This commit is contained in:
jaseg 2017-08-20 23:38:33 +02:00
parent 7f929b09fe
commit 2486148734

View file

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