diff options
author | jaseg <code@jaseg.net> | 2019-12-02 13:32:08 +0100 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2019-12-02 13:32:08 +0100 |
commit | 9d9c2b26f3fe173964f702e1c7c22f866d2411c8 (patch) | |
tree | 71afbe9b67cebb4e24db838e46f9a6b359fa4001 | |
parent | c7e0968d60f741560dd64b96edd8eb4a221674e6 (diff) | |
download | python-mpv-9d9c2b26f3fe173964f702e1c7c22f866d2411c8.tar.gz python-mpv-9d9c2b26f3fe173964f702e1c7c22f866d2411c8.tar.bz2 python-mpv-9d9c2b26f3fe173964f702e1c7c22f866d2411c8.zip |
Version 0.4.2v0.4.2
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ from setuptools import setup setup( name = 'python-mpv', - version = '0.4.1', + version = '0.4.2', py_modules = ['mpv'], description = 'A python interface to the mpv media player', url = 'https://github.com/jaseg/python-mpv', |