Skip to content

Commit 442a452

Browse files
committed
Update stable version
Update stable version
1 parent 5a61d28 commit 442a452

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

stable.toml renamed to dev.toml

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

77
[project]
8-
name = "je_auto_control"
9-
version = "0.0.144"
8+
name = "je_auto_control_dev"
9+
version = "0.0.83"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]
@@ -45,4 +45,4 @@ content-type = "text/markdown"
4545
license-files = ["LICENSE"]
4646

4747
[tool.setuptools.packages]
48-
find = { namespaces = false }
48+
find = { namespaces = false }

pyproject.toml

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

77
[project]
8-
name = "je_auto_control_dev"
9-
version = "0.0.83"
8+
name = "je_auto_control"
9+
version = "0.0.145"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]

0 commit comments

Comments
 (0)