Skip to content

Commit b7bf56d

Browse files
committed
Version 0.1.1
将版本号更新至0.1.1; 更新开发依赖版本;
1 parent a6dc5ef commit b7bf56d

2 files changed

Lines changed: 151 additions & 28 deletions

File tree

poetry.lock

Lines changed: 149 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "py2exe-gui"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "GUI for PyInstaller, based on PySide6"
55
keywords = ["PyInstaller", "GUI", "PySide6"]
66
authors = ["muzing <muzi2001@foxmail.com>"]
@@ -16,7 +16,7 @@ PySide6 = "~6.2.0" # LTS version
1616
black = "^22.8.0"
1717
isort = "^5.10.0"
1818
mypy = "^0.971"
19-
pyinstaller = "^5.3"
19+
pyinstaller = "^5.4"
2020

2121
[tool.poetry.urls]
2222
"Bug Tracker" = "https://github.com/muziing/Py2exe-GUI/issues"

0 commit comments

Comments
 (0)