Skip to content

Commit 7ce801b

Browse files
authored
Merge pull request #53 from JE-Chen/dev
update stable version
2 parents def9bd0 + a45d0a9 commit 7ce801b

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.idea/workspace.xml

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
52.2 MB
Binary file not shown.
4.19 KB
Binary file not shown.

je_auto_control/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@
7575
from je_auto_control.utils.file_process.get_dir_file_list import get_dir_files_as_list
7676
from je_auto_control.utils.file_process.create_project_structure import create_template_dir
7777
# socket server
78-
from je_auto_control.utils.socket_server.AutoControlSocketServer import start_autocontrol_socket_server
78+
from je_auto_control.utils.socket_server.AutoControlSocketServer import start_autocontrol_socket_server

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="je_auto_control",
8-
version="0.0.102",
8+
version="0.0.103",
99
author="JE-Chen",
1010
author_email="zenmailman@gmail.com",
1111
description="auto testing",

0 commit comments

Comments
 (0)