diff options
author | jaseg <code@jaseg.net> | 2017-12-24 22:46:22 +0100 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2017-12-24 22:46:22 +0100 |
commit | 092707259b407c1b30b45b415391287cecbf3c34 (patch) | |
tree | dcf8b47665bfbd34cb14352f23c1833b05dacb47 | |
parent | 8f5f5c645bda410b3eebf29183e2ecd988975175 (diff) | |
download | python-mpv-092707259b407c1b30b45b415391287cecbf3c34.tar.gz python-mpv-092707259b407c1b30b45b415391287cecbf3c34.tar.bz2 python-mpv-092707259b407c1b30b45b415391287cecbf3c34.zip |
Bump version to v0.3.8v0.3.8
-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.7', + version = '0.3.8', py_modules = ['mpv'], description = 'A python interface to the mpv media player', url = 'https://github.com/jaseg/python-mpv', |