We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60aa40a commit a8519ddCopy full SHA for a8519dd
qfluentwidgets/__init__.py
@@ -12,7 +12,7 @@
12
:license: GPLv3 for non-commercial project, see README for more details.
13
"""
14
15
-__version__ = "1.8.7"
+__version__ = "1.9.0"
16
__author__ = "zhiyiYo"
17
18
from .components import *
setup.py
@@ -6,7 +6,7 @@
6
7
setuptools.setup(
8
name="PyQt-Fluent-Widgets",
9
- version="1.8.7",
+ version="1.9.0",
10
keywords="pyqt fluent widgets",
11
author="zhiyiYo",
author_email="[email protected]",
0 commit comments