Bump version to 0.3.6

This commit is contained in:
jaseg 2017-09-19 12:12:13 +02:00
parent 345ffb1998
commit 70a639bd7d

View file

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