Skip to content

Commit b67b2ea

Browse files
committed
Merge branch 'PyQt5'
2 parents ad063cd + 9eec7cb commit b67b2ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

qfluentwidgets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
:license: GPLv3 for non-commercial project, see README for more details.
1313
"""
1414

15-
__version__ = "1.10.3"
15+
__version__ = "1.10.4"
1616
__author__ = "zhiyiYo"
1717

1818
from .components import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="PyQt-Fluent-Widgets",
9-
version="1.10.3",
9+
version="1.10.4",
1010
keywords="pyqt fluent widgets",
1111
author="zhiyiYo",
1212
author_email="shokokawaii@outlook.com",

0 commit comments

Comments
 (0)