diff options
author | jaseg <code@jaseg.net> | 2017-08-03 12:40:07 +0200 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2017-08-03 12:40:07 +0200 |
commit | 740643cd83023a6b2e51e2ae64187794cea7b993 (patch) | |
tree | 6bc0280f00ba258552f08a4e1951d6e44b22fbc1 | |
parent | 48eb88ef549002c66b59ba96418f77fb9515222e (diff) | |
download | python-mpv-740643cd83023a6b2e51e2ae64187794cea7b993.tar.gz python-mpv-740643cd83023a6b2e51e2ae64187794cea7b993.tar.bz2 python-mpv-740643cd83023a6b2e51e2ae64187794cea7b993.zip |
Bump version to 0.3.0v0.3.0
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |