Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file added autocontrol_driver/je_driver_icon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion je_auto_control/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@
from je_auto_control.utils.file_process.get_dir_file_list import get_dir_files_as_list
from je_auto_control.utils.file_process.create_project_structure import create_template_dir
# socket server
from je_auto_control.utils.socket_server.AutoControlSocketServer import start_autocontrol_socket_server
from je_auto_control.utils.socket_server.AutoControlSocketServer import start_autocontrol_socket_server
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="je_auto_control",
version="0.0.102",
version="0.0.103",
author="JE-Chen",
author_email="[email protected]",
description="auto testing",
Expand Down