diff options
author | jaseg <code@jaseg.net> | 2017-05-26 14:15:56 +0200 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2017-05-26 14:17:30 +0200 |
commit | 3fa1b62d4d204d083669c6c9fa37e8b355bc8a29 (patch) | |
tree | 01d9d2b1a18a7ad460db37a034a91cd52ad0bb9a /setup.py | |
parent | 36404a2a4079a19c3c763535f9e73e46f2f46159 (diff) | |
download | python-mpv-3fa1b62d4d204d083669c6c9fa37e8b355bc8a29.tar.gz python-mpv-3fa1b62d4d204d083669c6c9fa37e8b355bc8a29.tar.bz2 python-mpv-3fa1b62d4d204d083669c6c9fa37e8b355bc8a29.zip |
README: rst syntax fix because I can't rst
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |