diff options
author | jaseg <code@jaseg.net> | 2020-07-12 13:30:39 +0200 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2020-07-12 13:30:39 +0200 |
commit | db644cd74eca843f8342d2c6d38b5d220fe57559 (patch) | |
tree | 5519c4ea9dc9a360a6961d523f1d586a6f5d3cfd | |
parent | 50294b7f2fe8d9125672c12bc01b4fde165a6ac2 (diff) | |
download | python-mpv-db644cd74eca843f8342d2c6d38b5d220fe57559.tar.gz python-mpv-db644cd74eca843f8342d2c6d38b5d220fe57559.tar.bz2 python-mpv-db644cd74eca843f8342d2c6d38b5d220fe57559.zip |
Bump version to v0.4.7v0.4.7
-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.4.6', + version = '0.4.7', py_modules = ['mpv'], description = 'A python interface to the mpv media player', url = 'https://github.com/jaseg/python-mpv', |