Skip to content

Commit

Permalink
Merge pull request #129 from Integration-Automation/dev
Browse files Browse the repository at this point in the history
Update dev and stable version
  • Loading branch information
JE-Chen committed Aug 15, 2023
2 parents 23fb03f + 99f4aaa commit a052603
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
6 changes: 2 additions & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 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.154"
name = "je_auto_control_dev"
version = "0.0.96"
authors = [
{ name = "JE-Chen", email = "[email protected]" },
]
Expand All @@ -16,8 +16,7 @@ license = { text = "MIT" }
dependencies = [
"je_open_cv",
"pillow",
"numpy",
"APScheduler==3.10.1",
"APScheduler",
"pyobjc-core;platform_system=='Darwin'",
"pyobjc;platform_system=='Darwin'",
"python-Xlib;platform_system=='Linux'"
Expand Down
13 changes: 7 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.95"
name = "je_auto_control"
version = "0.0.155"
authors = [
{ name = "JE-Chen", email = "[email protected]" },
]
Expand All @@ -16,7 +16,8 @@ license = { text = "MIT" }
dependencies = [
"je_open_cv",
"pillow",
"APScheduler==3.10.1",
"numpy",
"APScheduler",
"pyobjc-core;platform_system=='Darwin'",
"pyobjc;platform_system=='Darwin'",
"python-Xlib;platform_system=='Linux'"
Expand Down

0 comments on commit a052603

Please sign in to comment.