diff options
author | jaseg <code@jaseg.net> | 2019-12-03 23:45:26 +0100 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2019-12-03 23:45:26 +0100 |
commit | 80a0e7888adf85f7c67fa16dd53042da8cc77637 (patch) | |
tree | eb32b79b805c82bf6e53c6cc31b56e9a945bc299 /setup.py | |
parent | c6a8088f3ab000cfa09dc688d6bfc5e239c55d5f (diff) | |
download | python-mpv-1dfd4a8503413704bde44d6b293024fad7da5be2.tar.gz python-mpv-1dfd4a8503413704bde44d6b293024fad7da5be2.tar.bz2 python-mpv-1dfd4a8503413704bde44d6b293024fad7da5be2.zip |
Version 0.4.3v0.4.3
Diffstat (limited to 'setup.py')
-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.2', + version = '0.4.3', py_modules = ['mpv'], description = 'A python interface to the mpv media player', url = 'https://github.com/jaseg/python-mpv', |