Skip to content

Commit 99837ef

Browse files
committed
更新版本号为 0.7.0
1 parent 4bbdf8d commit 99837ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qframelesswindow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
:license: GPLv3, see LICENSE for more details.
1313
"""
1414

15-
__version__ = "0.6.0"
15+
__version__ = "0.7.0"
1616
__author__ = "zhiyiYo"
1717

1818
import sys

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="PyQt5-Frameless-Window",
9-
version="0.6.0",
9+
version="0.7.0",
1010
keywords="pyqt frameless",
1111
author="zhiyiYo",
1212
author_email="[email protected]",

0 commit comments

Comments
 (0)