Skip to content

Commit fbea06b

Browse files
committed
Update stable version
Update stable version
1 parent 0b0908b commit fbea06b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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.162"
8+
name = "je_auto_control_dev"
9+
version = "0.0.106"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -16,8 +16,8 @@ license = { text = "MIT" }
1616
dependencies = [
1717
"je_open_cv",
1818
"pillow",
19-
"Pyside6",
2019
"APScheduler",
20+
"Pyside6",
2121
"pyobjc-core;platform_system=='Darwin'",
2222
"pyobjc;platform_system=='Darwin'",
2323
"python-Xlib;platform_system=='Linux'",

pyproject.toml

Lines changed: 6 additions & 6 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.106"
8+
name = "je_auto_control"
9+
version = "0.0.163"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -16,8 +16,8 @@ license = { text = "MIT" }
1616
dependencies = [
1717
"je_open_cv",
1818
"pillow",
19-
"APScheduler",
2019
"Pyside6",
20+
"APScheduler",
2121
"pyobjc-core;platform_system=='Darwin'",
2222
"pyobjc;platform_system=='Darwin'",
2323
"python-Xlib;platform_system=='Linux'",

0 commit comments

Comments
 (0)