Skip to content

Commit e99bc7f

Browse files
authored
Merge pull request #161 from Integration-Automation/dev
Dev
2 parents 3513a47 + 8f3a09a commit e99bc7f

File tree

3 files changed

+27
-17
lines changed

3 files changed

+27
-17
lines changed

.idea/workspace.xml

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

dev.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.126"
9+
version = "0.0.127"
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.2", "qt-material"]
46+
gui = ["PySide6==6.10.0", "qt-material"]

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"
9-
version = "0.0.175"
9+
version = "0.0.176"
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.2", "qt-material"]
46+
gui = ["PySide6==6.10.0", "qt-material"]

0 commit comments

Comments
 (0)