summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2017-12-24 22:46:22 +0100
committerjaseg <code@jaseg.net>2017-12-24 22:46:22 +0100
commit092707259b407c1b30b45b415391287cecbf3c34 (patch)
treedcf8b47665bfbd34cb14352f23c1833b05dacb47 /setup.py
parent8f5f5c645bda410b3eebf29183e2ecd988975175 (diff)
downloadpython-mpv-092707259b407c1b30b45b415391287cecbf3c34.tar.gz
python-mpv-092707259b407c1b30b45b415391287cecbf3c34.tar.bz2
python-mpv-092707259b407c1b30b45b415391287cecbf3c34.zip
Bump version to v0.3.8v0.3.8
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 0f478d4..1b8f458 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
- version = '0.3.7',
+ version = '0.3.8',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',