diff --git a/.idea/workspace.xml b/.idea/workspace.xml index cb027ff..af9908d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,8 +3,8 @@ + - diff --git a/README.md b/README.md index 11ec0fd..f42f926 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ * Action file and executor * Record Event * CLI with action file -* timeout +* Generate HTML Report +* Timeout --- diff --git a/dev_setup.py b/dev_setup.py index a235191..949751f 100644 --- a/dev_setup.py +++ b/dev_setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="je_auto_control_dev", - version="0.0.30", + version="0.0.31", author="JE-Chen", author_email="zenmailman@gmail.com", description="auto testing", diff --git a/setup.py b/setup.py index 3f69c6a..c509bc5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="je_auto_control", - version="0.0.97", + version="0.0.98", author="JE-Chen", author_email="zenmailman@gmail.com", description="auto testing",