Skip to content

Commit 3e4841b

Browse files
committed
Update stable version
1 parent 09824b4 commit 3e4841b

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 & 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.48"
8+
name = "je_load_density_dev"
9+
version = "0.0.59"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -40,4 +40,4 @@ content-type = "text/markdown"
4040
license-files = ["LICENSE"]
4141

4242
[tool.setuptools.packages]
43-
find = { namespaces = false }
43+
find = { namespaces = false }

pyproject.toml

Lines changed: 4 additions & 4 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.59"
8+
name = "je_load_density"
9+
version = "0.0.49"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]

0 commit comments

Comments
 (0)