summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2019-12-02 13:32:08 +0100
committerjaseg <code@jaseg.net>2019-12-02 13:32:08 +0100
commit9d9c2b26f3fe173964f702e1c7c22f866d2411c8 (patch)
tree71afbe9b67cebb4e24db838e46f9a6b359fa4001 /setup.py
parentc7e0968d60f741560dd64b96edd8eb4a221674e6 (diff)
downloadpython-mpv-9d9c2b26f3fe173964f702e1c7c22f866d2411c8.tar.gz
python-mpv-9d9c2b26f3fe173964f702e1c7c22f866d2411c8.tar.bz2
python-mpv-9d9c2b26f3fe173964f702e1c7c22f866d2411c8.zip
Version 0.4.2v0.4.2
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 45c82f6..2fad6c9 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
- version = '0.4.1',
+ version = '0.4.2',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',