Skip to content

Commit 5b84f1d

Browse files
committed
update version and readme
update version and readme
1 parent 7b3ed69 commit 5b84f1d

File tree

4 files changed

+21
-43
lines changed

4 files changed

+21
-43
lines changed

.idea/workspace.xml

Lines changed: 6 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
---
44

5+
### JE Auto Control as a tool for GUI Testing
6+
#### Features
7+
* Image Detect
8+
* Keyboard Event
9+
* Mouse Event
10+
* Screen
11+
* Action File
12+
* Record Event
13+
* CLI with action file
14+
* timeout
15+
16+
---
17+
518
[![CircleCI](https://circleci.com/gh/JE-Chen/AutoControl/tree/main.svg?style=svg)](https://circleci.com/gh/JE-Chen/AutoControl/tree/main)
619

720
### Documentation

dev_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_dev",
8-
version="0.0.07",
8+
version="0.0.08",
99
author="JE-Chen",
1010
author_email="[email protected]",
1111
description="auto testing",

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.80",
8+
version="0.0.81",
99
author="JE-Chen",
1010
author_email="[email protected]",
1111
description="auto testing",

0 commit comments

Comments
 (0)