summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2020-07-12 13:30:39 +0200
committerjaseg <code@jaseg.net>2020-07-12 13:30:39 +0200
commitdb644cd74eca843f8342d2c6d38b5d220fe57559 (patch)
tree5519c4ea9dc9a360a6961d523f1d586a6f5d3cfd /setup.py
parent50294b7f2fe8d9125672c12bc01b4fde165a6ac2 (diff)
downloadpython-mpv-db644cd74eca843f8342d2c6d38b5d220fe57559.tar.gz
python-mpv-db644cd74eca843f8342d2c6d38b5d220fe57559.tar.bz2
python-mpv-db644cd74eca843f8342d2c6d38b5d220fe57559.zip
Bump version to v0.4.7v0.4.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 79dc635..610d702 100755
--- a/setup.py
+++ b/setup.py
@@ -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',