提交 13bfb0aa 编写于 作者: 之一Yo's avatar 之一Yo

更新版本号

上级 b8012bdd
......@@ -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.5"
__version__ = "1.1.6"
from .components import *
from .common import *
......
......@@ -243,7 +243,7 @@ class FlipView(QListWidget):
self.addItems([''] * len(images))
for i in range(N, self.count()):
self.setImage(i, images[i - N])
self.setItemImage(i, images[i - N])
if self.currentIndex() < 0:
self._currentIndex = 0
......
......@@ -6,7 +6,7 @@ with open('README.md', encoding='utf-8') as f:
setuptools.setup(
name="PyQt-Fluent-Widgets",
version="1.1.5",
version="1.1.6",
keywords="pyqt fluent widgets",
author="zhiyiYo",
author_email="shokokawaii@outlook.com",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册