summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2017-08-03 01:45:24 +0200
committerjaseg <code@jaseg.net>2017-08-03 01:45:24 +0200
commit8771490c8e548ba2012ce24857e39d197bf4c348 (patch)
treefd92818e0cfaf260fe131cd0f2f5da072a0231b1
parente0591798f287b730a3dcb829ed9bcfbaaf4ae51f (diff)
downloadpython-mpv-8771490c8e548ba2012ce24857e39d197bf4c348.tar.gz
python-mpv-8771490c8e548ba2012ce24857e39d197bf4c348.tar.bz2
python-mpv-8771490c8e548ba2012ce24857e39d197bf4c348.zip
Bump version to 0.2.9v0.2.9
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1f722e5..70370c3 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
- version = '0.2.8',
+ version = '0.2.9',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',