Skip to content

Commit

Permalink
Release 2.0 with PySide6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
YeisonCardona committed Dec 11, 2020
1 parent a21195b commit 82739a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='qt-material',
version='1.18',
version='2.0',
packages=['qt_material', 'qt_material.resources'],

author='Yeison Cardona',
Expand All @@ -25,12 +25,12 @@

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',
Expand Down

0 comments on commit 82739a4

Please sign in to comment.