summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2017-08-23 09:08:24 +0200
committerjaseg <code@jaseg.net>2017-08-23 09:08:24 +0200
commita1eeaffe14d31fa2daa019cbd7a67245c25912a8 (patch)
tree13b05e6ea3c9b433ed875f63e802fee485e8f98b /setup.py
parent1942078389d5035041b552b936fd2c7205eb2a6f (diff)
downloadpython-mpv-a1eeaffe14d31fa2daa019cbd7a67245c25912a8.tar.gz
python-mpv-a1eeaffe14d31fa2daa019cbd7a67245c25912a8.tar.bz2
python-mpv-a1eeaffe14d31fa2daa019cbd7a67245c25912a8.zip
Version 0.3.4v0.3.4
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 d7ca650..fd9c58d 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
- version = '0.3.3',
+ version = '0.3.4',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',