summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2020-07-20 14:20:10 +0200
committerjaseg <code@jaseg.net>2020-07-20 14:20:10 +0200
commite29e042998bb7eb969a24a9b8a49652ec4454bc8 (patch)
treefa0d0c042339e57dcba3763fcf1f190fecca7882 /setup.py
parent1f2b0058b390ec6b0513461a3e7b33a519ad81f8 (diff)
downloadpython-mpv-e29e042998bb7eb969a24a9b8a49652ec4454bc8.tar.gz
python-mpv-e29e042998bb7eb969a24a9b8a49652ec4454bc8.tar.bz2
python-mpv-e29e042998bb7eb969a24a9b8a49652ec4454bc8.zip
Version 0.5.1v0.5.1
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 7378f10..46cb277 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
- version = '0.5.0',
+ version = '0.5.1',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',