summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2017-08-03 12:40:07 +0200
committerjaseg <code@jaseg.net>2017-08-03 12:40:07 +0200
commit740643cd83023a6b2e51e2ae64187794cea7b993 (patch)
tree6bc0280f00ba258552f08a4e1951d6e44b22fbc1 /setup.py
parent48eb88ef549002c66b59ba96418f77fb9515222e (diff)
downloadpython-mpv-740643cd83023a6b2e51e2ae64187794cea7b993.tar.gz
python-mpv-740643cd83023a6b2e51e2ae64187794cea7b993.tar.bz2
python-mpv-740643cd83023a6b2e51e2ae64187794cea7b993.zip
Bump version to 0.3.0v0.3.0
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 70370c3..05584b7 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
- version = '0.2.9',
+ version = '0.3.0',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',