diff options
author | jaseg <code@jaseg.net> | 2017-07-05 11:36:11 +0200 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2017-07-05 11:36:11 +0200 |
commit | e84ad601c3fa38e3865f7ff3e609d9249f23b370 (patch) | |
tree | c2e4479a72252f3c8583f3844981f7d205222b50 | |
parent | 4e477b694e70d0a232ac80b4af3fb1d00d349806 (diff) | |
download | python-mpv-e84ad601c3fa38e3865f7ff3e609d9249f23b370.tar.gz python-mpv-e84ad601c3fa38e3865f7ff3e609d9249f23b370.tar.bz2 python-mpv-e84ad601c3fa38e3865f7ff3e609d9249f23b370.zip |
Bump version to 0.2.5
...because I acciditially pushed test code to pypi -.-
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name = 'python-mpv', - version = '0.2.4', + version = '0.2.5', py_modules = ['mpv'], description = ('A python interface to the mpv media player'), url = 'https://github.com/jaseg/python-mpv', |