summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2022-04-23 22:18:40 +0200
committerjaseg <code@jaseg.net>2022-04-24 13:46:14 +0200
commitf20d0f50eef1b95b022bc98fd143a4617db7edb8 (patch)
treea45881dcb52a9580405837f071442edb4fa8964e
parentbd46633641f71895cc434973621eab94bd39a020 (diff)
downloadpython-mpv-f20d0f50eef1b95b022bc98fd143a4617db7edb8.tar.gz
python-mpv-f20d0f50eef1b95b022bc98fd143a4617db7edb8.tar.bz2
python-mpv-f20d0f50eef1b95b022bc98fd143a4617db7edb8.zip
Version 1.0.0
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index b714916..5310f9c 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
- version = '0.5.1',
+ version = '1.0.0',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',
@@ -19,7 +19,7 @@ setup(
'multimedia'],
python_requires='>=3.7',
classifiers = [
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production / Stable',
'Environment :: X11 Applications',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',