Skip to content

Commit 76c8eb6

Browse files
authored
Merge pull request #25 from Intergration-Automation-Testing/dev
Dev
2 parents 958d864 + ec5034c commit 76c8eb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

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

stable.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

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

0 commit comments

Comments
 (0)