diff options
author | jaseg <code@jaseg.net> | 2018-07-25 12:08:59 +0200 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2018-07-25 12:08:59 +0200 |
commit | 8ba7d27e799f87a074c37f88514f1ca5c4e9ec09 (patch) | |
tree | 12e6e8a048e8a9c9a01811ea80b4cf052c3f9bdb | |
parent | a873fd7f7b5cd46c46502996a829f86b8bf01c65 (diff) | |
download | python-mpv-8ba7d27e799f87a074c37f88514f1ca5c4e9ec09.tar.gz python-mpv-8ba7d27e799f87a074c37f88514f1ca5c4e9ec09.tar.bz2 python-mpv-8ba7d27e799f87a074c37f88514f1ca5c4e9ec09.zip |
Version 0.3.9v0.3.9
-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.3.8', + version = '0.3.9', py_modules = ['mpv'], description = 'A python interface to the mpv media player', url = 'https://github.com/jaseg/python-mpv', |