From 3fa1b62d4d204d083669c6c9fa37e8b355bc8a29 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 26 May 2017 14:15:56 +0200 Subject: README: rst syntax fix because I can't rst --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 61c2061..675e7c3 100755 --- a/setup.py +++ b/setup.py @@ -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', -- cgit