diff --git a/qfluentwidgets/__init__.py b/qfluentwidgets/__init__.py index 83f7aeb3..329a2124 100644 --- a/qfluentwidgets/__init__.py +++ b/qfluentwidgets/__init__.py @@ -12,7 +12,7 @@ :license: GPLv3 for non-commercial project, see README for more details. """ -__version__ = "1.6.5" +__version__ = "1.6.6" __author__ = "zhiyiYo" from .components import * diff --git a/setup.py b/setup.py index ff96281d..59469210 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="PyQt-Fluent-Widgets", - version="1.6.5", + version="1.6.6", keywords="pyqt fluent widgets", author="zhiyiYo", author_email="shokokawaii@outlook.com",