Skip to content

Commit 8f53c8b

Browse files
authored
Merge pull request #96 from Integration-Automation/dev
Dev
2 parents 94c1e63 + a450f65 commit 8f53c8b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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_load_density_dev"
9-
version = "0.0.75"
9+
version = "0.0.77"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -38,4 +38,4 @@ content-type = "text/markdown"
3838
find = { namespaces = false }
3939

4040
[project.optional-dependencies]
41-
gui = ["PySide6==6.9.1", "qt-material"]
41+
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_load_density"
9-
version = "0.0.62"
9+
version = "0.0.63"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -38,4 +38,4 @@ content-type = "text/markdown"
3838
find = { namespaces = false }
3939

4040
[project.optional-dependencies]
41-
gui = ["PySide6==6.9.1", "qt-material"]
41+
gui = ["PySide6==6.10.0", "qt-material"]

0 commit comments

Comments
 (0)