Skip to content

Commit c0f35c4

Browse files
committed
Update stable version
Update stable version
1 parent 781c8f1 commit c0f35c4

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

stable.toml renamed to dev.toml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
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.168"
8+
name = "je_auto_control_dev"
9+
version = "0.0.116"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
1313
description = "GUI Automation Framework"
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.10"
1515
license-files = ["LICENSE"]
1616
dependencies = [
1717
"je_open_cv",
1818
"pillow",
19-
"Pyside6==6.9.0",
2019
"pyobjc-core;platform_system=='Darwin'",
2120
"pyobjc;platform_system=='Darwin'",
2221
"python-Xlib;platform_system=='Linux'",
2322
"mss"
2423
]
2524
classifiers = [
26-
"Programming Language :: Python :: 3.9",
25+
"Programming Language :: Python :: 3.10",
2726
"Development Status :: 2 - Pre-Alpha",
2827
"Environment :: Win32 (MS Windows)",
2928
"Environment :: MacOS X",
@@ -44,4 +43,4 @@ content-type = "text/markdown"
4443
find = { namespaces = false }
4544

4645
[project.optional-dependencies]
47-
gui = ["PySide6==6.9.0", "qt-material"]
46+
gui = ["PySide6==6.9.1", "qt-material"]

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.116"
8+
name = "je_auto_control"
9+
version = "0.0.170"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]

0 commit comments

Comments
 (0)