summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2017-07-13 00:38:32 +0200
committerjaseg <code@jaseg.net>2017-07-13 00:40:31 +0200
commit4972dd1e6d05b6b912e862e992bc896ee5cc5663 (patch)
tree823ef4c148d18f7ade291a0e12a4836e6605cde1 /setup.py
parent121575f8149d13bffebd6bc3199b576a15c081a1 (diff)
downloadpython-mpv-4972dd1e6d05b6b912e862e992bc896ee5cc5663.tar.gz
python-mpv-4972dd1e6d05b6b912e862e992bc896ee5cc5663.tar.bz2
python-mpv-4972dd1e6d05b6b912e862e992bc896ee5cc5663.zip
Bump version to 0.2.6v0.2.6
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 0547228..a226179 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
- version = '0.2.5',
+ version = '0.2.6',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',