From 798c8ce79b0cc8ceceaa08d515c484fccdebea17 Mon Sep 17 00:00:00 2001 From: zhiyiYo <1319158137@qq.com> Date: Mon, 23 Jan 2023 22:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8C=85=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1b1a266..e3e963e 100644 --- a/setup.py +++ b/setup.py @@ -6,11 +6,11 @@ with open('README.md', encoding='utf-8') as f: setuptools.setup( name="PyQt-Fluent-Widgets", - version="0.1.2", + version="0.1.3", keywords="pyqt fluent widgets", author="zhiyiYo", author_email="shokokawaii@outlook.com", - description="A library of fluent design widgets", + description="A fluent design widgets library based on PyQt5", long_description=long_description, long_description_content_type='text/markdown', license="MIT", -- GitLab