summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2017-09-19 12:12:13 +0200
committerjaseg <code@jaseg.net>2017-09-19 12:12:13 +0200
commit70a639bd7df426a18731336d176f131a7147d4ef (patch)
tree1117d763425a66f69ca840f7103f01885c58319c /setup.py
parent345ffb1998fa591878ed1330c04b788168466fa3 (diff)
downloadpython-mpv-70a639bd7df426a18731336d176f131a7147d4ef.tar.gz
python-mpv-70a639bd7df426a18731336d176f131a7147d4ef.tar.bz2
python-mpv-70a639bd7df426a18731336d176f131a7147d4ef.zip
Bump version to 0.3.6v0.3.6
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 f9036b4..0e61685 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
- version = '0.3.5',
+ version = '0.3.6',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',