Skip to content

Commit 8b26474

Browse files
committed
Update stable version
1 parent e6a687a commit 8b26474

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

docs/.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ formats:
1313
python:
1414
version: "3.7"
1515
install:
16-
- requirements: docs/dev_requirements.txt
16+
- requirements: docs/requirements.txt

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

0 commit comments

Comments
 (0)