diff options
author | jaseg <code@jaseg.net> | 2020-07-16 21:06:06 +0200 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2020-07-16 21:06:06 +0200 |
commit | cc368710bdf03f018e0f382b27b5b2c092ea5fe8 (patch) | |
tree | 5e493dc9cb01a53ac70aa6d025afbaac3b99b5e4 | |
parent | 47b5a27d2c1627554b99894f94639084ee9d9df7 (diff) | |
download | python-mpv-cc368710bdf03f018e0f382b27b5b2c092ea5fe8.tar.gz python-mpv-cc368710bdf03f018e0f382b27b5b2c092ea5fe8.tar.bz2 python-mpv-cc368710bdf03f018e0f382b27b5b2c092ea5fe8.zip |
Bump version to v0.4.8v0.4.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.4.7', + version = '0.4.8', py_modules = ['mpv'], description = 'A python interface to the mpv media player', url = 'https://github.com/jaseg/python-mpv', |