summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2020-07-16 21:06:06 +0200
committerjaseg <code@jaseg.net>2020-07-16 21:06:06 +0200
commitcc368710bdf03f018e0f382b27b5b2c092ea5fe8 (patch)
tree5e493dc9cb01a53ac70aa6d025afbaac3b99b5e4
parent47b5a27d2c1627554b99894f94639084ee9d9df7 (diff)
downloadpython-mpv-cc368710bdf03f018e0f382b27b5b2c092ea5fe8.tar.gz
python-mpv-cc368710bdf03f018e0f382b27b5b2c092ea5fe8.tar.bz2
python-mpv-cc368710bdf03f018e0f382b27b5b2c092ea5fe8.zip
Bump version to v0.4.8v0.4.8
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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',