Skip to content

Commit 1b8ec26

Browse files
committed
Update dev version
Update dependency version
1 parent 004db23 commit 1b8ec26

File tree

3 files changed

+46
-43
lines changed

3 files changed

+46
-43
lines changed

.idea/workspace.xml

Lines changed: 43 additions & 40 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
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_auto_control_dev"
9-
version = "0.0.117"
9+
version = "0.0.118"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -43,4 +43,4 @@ content-type = "text/markdown"
4343
find = { namespaces = false }
4444

4545
[project.optional-dependencies]
46-
gui = ["PySide6==6.9.1", "qt-material"]
46+
gui = ["PySide6==6.9.2", "qt-material"]

stable.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ content-type = "text/markdown"
4343
find = { namespaces = false }
4444

4545
[project.optional-dependencies]
46-
gui = ["PySide6==6.9.1", "qt-material"]
46+
gui = ["PySide6==6.9.2", "qt-material"]

0 commit comments

Comments
 (0)