Version 0.1.7

尝试修复 PyPI 发行版 0.1.6 中的错误;
This commit is contained in:
muzing 2022-12-01 10:31:53 +08:00
parent 504fdbd4fe
commit c14000de28
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "py2exe-gui"
version = "0.1.6"
version = "0.1.7"
description = "GUI for PyInstaller, based on PySide6"
keywords = ["PyInstaller", "GUI", "PySide6"]
authors = ["muzing <muzi2001@foxmail.com>"]

View File

@ -3,6 +3,6 @@
"""
NAME = "Py2exe-GUI"
VERSION = "0.1.6"
VERSION = "0.1.7"
AUTHORS = ["muzing <muzi2001@foxmail.com>"]
LICENSE = "GPL-3.0-or-later"

View File

@ -1 +1 @@
from compiled_resources import *
from .compiled_resources import *