From cc368710bdf03f018e0f382b27b5b2c092ea5fe8 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 16 Jul 2020 21:06:06 +0200 Subject: Bump version to v0.4.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c08a0c0..6ea053e 100755 --- a/setup.py +++ b/setup.py @@ -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', -- cgit