diff options
author | jaseg <code@jaseg.net> | 2017-08-20 23:38:33 +0200 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2017-08-20 23:38:33 +0200 |
commit | 14783b2193759ee5a45654634a0bb863576df4d9 (patch) | |
tree | 2fc2adef63537b92efe0153ea3827ecf8146e6a4 | |
parent | 7f929b09fe9b400bd5cce97267c57ad9500f4b7f (diff) | |
download | python-mpv-14783b2193759ee5a45654634a0bb863576df4d9.tar.gz python-mpv-14783b2193759ee5a45654634a0bb863576df4d9.tar.bz2 python-mpv-14783b2193759ee5a45654634a0bb863576df4d9.zip |
Bump version to 0.3.3v0.3.3
-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.3.2', + version = '0.3.3', py_modules = ['mpv'], description = 'A python interface to the mpv media player', url = 'https://github.com/jaseg/python-mpv', |