Skip to content

Commit

Permalink
Update stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
JE-Chen committed Dec 7, 2024
1 parent 8cf3fa9 commit c4eece5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions stable.toml → dev.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Rename to build stable version
# This is stable version
# Rename to build dev version
# This is dev version
[build-system]
requires = ["setuptools>=61.0"]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "je_auto_control"
version = "0.0.161"
name = "je_auto_control_dev"
version = "0.0.104"
authors = [
{ name = "JE-Chen", email = "[email protected]" },
]
Expand All @@ -16,8 +16,8 @@ license = { text = "MIT" }
dependencies = [
"je_open_cv",
"pillow",
"Pyside6",
"APScheduler",
"Pyside6",
"pyobjc-core;platform_system=='Darwin'",
"pyobjc;platform_system=='Darwin'",
"python-Xlib;platform_system=='Linux'",
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Rename to build dev version
# This is dev version
# Rename to build stable version
# This is stable version
[build-system]
requires = ["setuptools"]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "je_auto_control_dev"
version = "0.0.104"
name = "je_auto_control"
version = "0.0.162"
authors = [
{ name = "JE-Chen", email = "[email protected]" },
]
Expand All @@ -16,8 +16,8 @@ license = { text = "MIT" }
dependencies = [
"je_open_cv",
"pillow",
"APScheduler",
"Pyside6",
"APScheduler",
"pyobjc-core;platform_system=='Darwin'",
"pyobjc;platform_system=='Darwin'",
"python-Xlib;platform_system=='Linux'",
Expand Down

0 comments on commit c4eece5

Please sign in to comment.