diff --git a/qfluentwidgets/__init__.py b/qfluentwidgets/__init__.py index 329a2124..a50a9b55 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.6" +__version__ = "1.7.0" __author__ = "zhiyiYo" from .components import * diff --git a/setup.py b/setup.py index 59469210..9560a6ec 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="PyQt-Fluent-Widgets", - version="1.6.6", + version="1.7.0", keywords="pyqt fluent widgets", author="zhiyiYo", author_email="shokokawaii@outlook.com",