Skip to content

Commit bba61d2

Browse files
committed
Version 0.1.3
项目版本更新至 `0.1.3`; 更新了开发依赖项的版本;
1 parent 26a7f8b commit bba61d2

2 files changed

Lines changed: 48 additions & 50 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "py2exe-gui"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "GUI for PyInstaller, based on PySide6"
55
keywords = ["PyInstaller", "GUI", "PySide6"]
66
authors = ["muzing <muzi2001@foxmail.com>"]
@@ -17,10 +17,10 @@ PySide6 = "~6.2.0" # latest LTS version
1717

1818
[tool.poetry.group.dev.dependencies]
1919
Sphinx = "^5.2.0"
20-
black = "^22.8.0"
20+
black = "^22.10.0"
2121
isort = "^5.10.0"
2222
mypy = "^0.982"
23-
pyinstaller = "^5.4"
23+
pyinstaller = "^5.5"
2424

2525
[tool.black]
2626
line-length = 88

0 commit comments

Comments
 (0)