summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2022-04-24 13:48:51 +0200
committerjaseg <code@jaseg.net>2022-04-24 13:48:51 +0200
commit49d634ac53792ab869445c09196bed488d6fb129 (patch)
treeaba4bb594e08c23ed325a50b1983808e1d1c0056
parentf20d0f50eef1b95b022bc98fd143a4617db7edb8 (diff)
downloadpython-mpv-49d634ac53792ab869445c09196bed488d6fb129.tar.gz
python-mpv-49d634ac53792ab869445c09196bed488d6fb129.tar.bz2
python-mpv-49d634ac53792ab869445c09196bed488d6fb129.zip
Version v1.0.0
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5310f9c..1717613 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
- version = '1.0.0',
+ version = 'v1.0.0',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',