summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2017-07-23 14:45:06 +0200
committerjaseg <code@jaseg.net>2017-07-23 14:45:06 +0200
commit1fa874db3782d076bc213a73528c85a8ceec5bd7 (patch)
tree31fb1254b8309aa554f32ca72fc5c181cd2ff4b2 /setup.py
parent0eb1ee8dab5d11aaefd1dfcbb274c66efadfbeeb (diff)
downloadpython-mpv-1fa874db3782d076bc213a73528c85a8ceec5bd7.tar.gz
python-mpv-1fa874db3782d076bc213a73528c85a8ceec5bd7.tar.bz2
python-mpv-1fa874db3782d076bc213a73528c85a8ceec5bd7.zip
Bump version to 0.2.7v0.2.7
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 a226179..f3aa884 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
- version = '0.2.6',
+ version = '0.2.7',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',