summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2017-07-05 11:36:11 +0200
committerjaseg <code@jaseg.net>2017-07-05 11:36:11 +0200
commite84ad601c3fa38e3865f7ff3e609d9249f23b370 (patch)
treec2e4479a72252f3c8583f3844981f7d205222b50 /setup.py
parent4e477b694e70d0a232ac80b4af3fb1d00d349806 (diff)
downloadpython-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 -.-
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 179438a..4585e69 100755
--- a/setup.py
+++ b/setup.py
@@ -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',