Skip to content

Commit 18858ed

Browse files
committed
Update stable version
Update stable version
1 parent 63198f1 commit 18858ed

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

stable.toml renamed to dev.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Rename to stable version
2-
# This is stable version
1+
# Rename to dev version
2+
# This is dev version
33
[build-system]
44
requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "je_load_density"
9-
version = "0.0.59"
8+
name = "je_load_density_dev"
9+
version = "0.0.73"
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.9.1", "qt-material"]

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Rename to dev version
2-
# This is dev version
1+
# Rename to stable version
2+
# This is stable version
33
[build-system]
44
requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "je_load_density_dev"
9-
version = "0.0.73"
8+
name = "je_load_density"
9+
version = "0.0.60"
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.9.1", "qt-material"]

0 commit comments

Comments
 (0)