diff --git a/dev.toml b/dev.toml index ba6296f..91cad16 100644 --- a/dev.toml +++ b/dev.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "je_load_density_dev" -version = "0.0.75" +version = "0.0.77" authors = [ { name = "JE-Chen", email = "jechenmailman@gmail.com" }, ] @@ -38,4 +38,4 @@ content-type = "text/markdown" find = { namespaces = false } [project.optional-dependencies] -gui = ["PySide6==6.9.1", "qt-material"] \ No newline at end of file +gui = ["PySide6==6.10.0", "qt-material"] \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index d3ad605..9053aaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "je_load_density" -version = "0.0.62" +version = "0.0.63" authors = [ { name = "JE-Chen", email = "jechenmailman@gmail.com" }, ] @@ -38,4 +38,4 @@ content-type = "text/markdown" find = { namespaces = false } [project.optional-dependencies] -gui = ["PySide6==6.9.1", "qt-material"] +gui = ["PySide6==6.10.0", "qt-material"] \ No newline at end of file