README: rst syntax fix because I can't rst

This commit is contained in:
jaseg 2017-05-26 14:15:56 +02:00
parent 36404a2a40
commit 3fa1b62d4d
2 changed files with 4 additions and 5 deletions

View file

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