Skip to content

Commit c14000d

Browse files
committed
Version 0.1.7
尝试修复 PyPI 发行版 0.1.6 中的错误;
1 parent 504fdbd commit c14000d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "py2exe-gui"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "GUI for PyInstaller, based on PySide6"
55
keywords = ["PyInstaller", "GUI", "PySide6"]
66
authors = ["muzing <muzi2001@foxmail.com>"]

src/py2exe_gui/Constants/app_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"""
44

55
NAME = "Py2exe-GUI"
6-
VERSION = "0.1.6"
6+
VERSION = "0.1.7"
77
AUTHORS = ["muzing <muzi2001@foxmail.com>"]
88
LICENSE = "GPL-3.0-or-later"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from compiled_resources import *
1+
from .compiled_resources import *

0 commit comments

Comments
 (0)