Skip to content

Commit e1a9eee

Browse files
committed
Update dev version
Update dev version
1 parent 963fb9b commit e1a9eee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

je_editor/pyside_ui/code/shell_process/shell_exec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def process_run_over(self):
157157
if self.after_done_function is not None:
158158
self.after_done_function()
159159

160-
# exit program change run flag to false and clean read thread and queue and process
160+
# exit program change runs flag to false and clean read thread and queue and process
161161
def exit_program(self) -> None:
162162
jeditor_logger.info("ShellManager exit_program")
163163
self.still_run_shell = False

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 = "je_editor_dev"
9-
version = "0.0.225"
9+
version = "0.0.226"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]

0 commit comments

Comments
 (0)