summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2019-11-10 16:31:58 +0100
committerjaseg <code@jaseg.net>2019-11-10 16:31:58 +0100
commit4f69531721e3d6afdfb08277bccfba12ed0c3c14 (patch)
tree7a2de6b16c27d66eb39575648afd9202ca0c37d7 /setup.py
parent728e8b2556ee5fc91a504c37c020073e26862258 (diff)
downloadpython-mpv-4f69531721e3d6afdfb08277bccfba12ed0c3c14.tar.gz
python-mpv-4f69531721e3d6afdfb08277bccfba12ed0c3c14.tar.bz2
python-mpv-4f69531721e3d6afdfb08277bccfba12ed0c3c14.zip
Version 0.3.10v0.3.10
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 3903351..bdb7306 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
- version = '0.3.9',
+ version = '0.3.10',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',