From 69a884e95c74abb2d6b7afc18801739bbcd1acb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=8B=E4=B8=80?= <1319158137@qq.com> Date: Sun, 20 Oct 2024 13:12:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qfluentwidgets/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",