Skip to content

Commit 7860272

Browse files
committed
Update stable version
Update stable version
1 parent 4b50766 commit 7860272

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

stable.toml renamed to dev.toml

+5-6
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.151"
8+
name = "je_auto_control_dev"
9+
version = "0.0.93"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -16,7 +16,6 @@ license = { text = "MIT" }
1616
dependencies = [
1717
"je_open_cv",
1818
"pillow",
19-
"numpy",
2019
"APScheduler",
2120
"pyobjc-core;platform_system=='Darwin'",
2221
"pyobjc;platform_system=='Darwin'",

pyproject.toml

+6-5
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.93"
8+
name = "je_auto_control"
9+
version = "0.0.152"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -16,6 +16,7 @@ license = { text = "MIT" }
1616
dependencies = [
1717
"je_open_cv",
1818
"pillow",
19+
"numpy",
1920
"APScheduler",
2021
"pyobjc-core;platform_system=='Darwin'",
2122
"pyobjc;platform_system=='Darwin'",

0 commit comments

Comments
 (0)