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 330e971 commit 65e0943Copy full SHA for 65e0943
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.0"
+__version__ = "1.8.1"
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.0",
+ version="1.8.1",
10
keywords="pyqt fluent widgets",
11
author="zhiyiYo",
author_email="[email protected]",
0 commit comments