Skip to content

Commit 625fcf4

Browse files
committed
Update stable and dev version
Update stable and dev version
1 parent 20f46d5 commit 625fcf4

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

stable.toml renamed to dev.toml

Lines changed: 5 additions & 5 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.146"
8+
name = "je_auto_control_dev"
9+
version = "0.0.85"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]

je_auto_control/utils/generate_report/generate_json_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from je_auto_control.utils.test_record.record_test_class import test_record_instance
99

1010

11-
def generate_json() -> tuple[Dict[str, Dict[str, str]], Dict[str, dict[str, str]]]:
11+
def generate_json() -> tuple[Dict[str, Dict[str, str]], Dict[str, Dict[str, str]]]:
1212
auto_control_logger.info("generate_json")
1313
"""
1414
:return: two dict {success_dict}, {failure_dict}

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.84"
8+
name = "je_auto_control"
9+
version = "0.0.147"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]

0 commit comments

Comments
 (0)