summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2017-08-06 21:46:08 +0200
committerjaseg <code@jaseg.net>2017-08-06 21:46:08 +0200
commit968277652a1b5fe4e5c0c1010233b8438a6fbf76 (patch)
tree1abad6e0903e7d2f0cc321e0dc7b44443fbe1037 /setup.py
parent22373ba7baef6692c52998457981b44f69103ec0 (diff)
downloadpython-mpv-968277652a1b5fe4e5c0c1010233b8438a6fbf76.tar.gz
python-mpv-968277652a1b5fe4e5c0c1010233b8438a6fbf76.tar.bz2
python-mpv-968277652a1b5fe4e5c0c1010233b8438a6fbf76.zip
Bump version to 0.3.2v0.3.2
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 40fae17..1152026 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
- version = '0.3.1',
+ version = '0.3.2',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',