summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2020-07-25 23:42:54 +0200
committerjaseg <code@jaseg.net>2020-07-25 23:42:54 +0200
commitf229268d4d5bda752a9dba8fc28bed44dfe092ed (patch)
treecc6776dba4c54b757a8aace0e83d864cd5cee812
parent035e1db1db7e884d5d2a86241b61010824e6d42b (diff)
downloadpython-mpv-f229268d4d5bda752a9dba8fc28bed44dfe092ed.tar.gz
python-mpv-f229268d4d5bda752a9dba8fc28bed44dfe092ed.tar.bz2
python-mpv-f229268d4d5bda752a9dba8fc28bed44dfe092ed.zip
Version 0.5.2v0.5.2
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index abd0ba6..3676e3c 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
- version = '0.5.1',
+ version = '0.5.2',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',