diff --git a/qfluentwidgets/__init__.py b/qfluentwidgets/__init__.py index 21d400e3651bef318e30312ac04a8c207bc7ed60..fb73ebf941766341e4302a9c21d61bc81dc0f9e4 100644 --- a/qfluentwidgets/__init__.py +++ b/qfluentwidgets/__init__.py @@ -12,7 +12,7 @@ Examples are available at https://github.com/zhiyiYo/PyQt-Fluent-Widgets/tree/ma :license: GPLv3, see LICENSE for more details. """ -__version__ = "1.1.1" +__version__ = "1.1.2" from .components import * from .common import * diff --git a/setup.py b/setup.py index 4ee09a72dd1ccc896b520d38face9bc1ebd095b3..8a349c3c62c36d3c8a6914cffea6ac82e9f8c2b9 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.md', encoding='utf-8') as f: setuptools.setup( name="PyQt-Fluent-Widgets", - version="1.1.1", + version="1.1.2", keywords="pyqt fluent widgets", author="zhiyiYo", author_email="shokokawaii@outlook.com",