summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2018-07-25 12:08:59 +0200
committerjaseg <code@jaseg.net>2018-07-25 12:08:59 +0200
commit8ba7d27e799f87a074c37f88514f1ca5c4e9ec09 (patch)
tree12e6e8a048e8a9c9a01811ea80b4cf052c3f9bdb /setup.py
parenta873fd7f7b5cd46c46502996a829f86b8bf01c65 (diff)
downloadpython-mpv-8ba7d27e799f87a074c37f88514f1ca5c4e9ec09.tar.gz
python-mpv-8ba7d27e799f87a074c37f88514f1ca5c4e9ec09.tar.bz2
python-mpv-8ba7d27e799f87a074c37f88514f1ca5c4e9ec09.zip
Version 0.3.9v0.3.9
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 1b8f458..3903351 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
- version = '0.3.8',
+ version = '0.3.9',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',