Skip to content

Commit 35ee489

Browse files
committed
Update dev and stable version
Update dev and stable version
1 parent 4ab3b5e commit 35ee489

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

stable.toml renamed to dev.toml

Lines changed: 4 additions & 4 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 dev version
2+
# This is dev version
33
[build-system]
44
requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "automation_editor"
9-
version = "0.0.4"
8+
name = "automation_editor_dev"
9+
version = "0.0.5"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]

exe/start_automation_editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from automation_editor import start_editor
1+
from automation_editor import *
22

33

44
start_editor()

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Rename to dev version
2-
# This is dev version
1+
# Rename to build stable version
2+
# This is stable version
33
[build-system]
44
requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "automation_editor_dev"
9-
version = "0.0.4"
8+
name = "automation_editor"
9+
version = "0.0.5"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]

0 commit comments

Comments
 (0)