Skip to content

Commit 7729b30

Browse files
committed
Update stable version
Update stable version
1 parent 4bdfaed commit 7729b30

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

stable.toml renamed to dev.toml

Lines changed: 5 additions & 4 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.56"
8+
name = "je_load_density_dev"
9+
version = "0.0.67"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -34,5 +34,6 @@ Code = "https://github.com/Intergration-Automation-Testing/LoadDensity"
3434
file = "README.md"
3535
content-type = "text/markdown"
3636

37+
3738
[tool.setuptools.packages]
3839
find = { namespaces = false }

pyproject.toml

Lines changed: 4 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.67"
8+
name = "je_load_density"
9+
version = "0.0.57"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -34,6 +34,5 @@ Code = "https://github.com/Intergration-Automation-Testing/LoadDensity"
3434
file = "README.md"
3535
content-type = "text/markdown"
3636

37-
3837
[tool.setuptools.packages]
3938
find = { namespaces = false }

0 commit comments

Comments
 (0)