From 82739a4359e8b88974c66395fb6513950fe9fc11 Mon Sep 17 00:00:00 2001 From: Yeison Date: Fri, 11 Dec 2020 11:42:58 -0500 Subject: [PATCH] Release 2.0 with PySide6 support --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index d56fada..d93ee7a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='qt-material', - version='1.18', + version='2.0', packages=['qt_material', 'qt_material.resources'], author='Yeison Cardona', @@ -25,12 +25,12 @@ setup( include_package_data=True, license='BSD-2-Clause', - description="Qt Stylesheet for PySide2 and PyQt5.", + description="Qt Stylesheet for PySide6, PySide2 and PyQt5.", # long_description = README, classifiers=[ 'Development Status :: 4 - Beta', - 'Development Status :: 5 - Production/Stable', + # 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.7',