summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2017-09-14 12:09:04 +0200
committerjaseg <code@jaseg.net>2017-09-14 12:09:04 +0200
commit4ebf4e1c373896951e34a1b3dd3f5e100fe5a758 (patch)
tree29fab5dc339406de7a3ba8fc32b30fb8ea08e5b4 /setup.py
parent901e42042b3cc0622db1ac224d6f0c9ee794517c (diff)
downloadpython-mpv-4ebf4e1c373896951e34a1b3dd3f5e100fe5a758.tar.gz
python-mpv-4ebf4e1c373896951e34a1b3dd3f5e100fe5a758.tar.bz2
python-mpv-4ebf4e1c373896951e34a1b3dd3f5e100fe5a758.zip
Version 0.3.5v0.3.5
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 fd9c58d..f9036b4 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
- version = '0.3.4',
+ version = '0.3.5',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',