Skip to content

Commit

Permalink
new Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentetsu committed Oct 10, 2020
1 parent 74f7a2f commit 05a4b48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CorState/StateMachine.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
----
HISTORY:
2020-10-10 Zen Updating JSON file loading
2020-09-18 Zen Using inf value for first and last transition
2020-09-17 Zen Adding encapsulated state
2020-09-12 Zen Updating init by JSON file
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ Lightweight and versatile State Machine library

### Features
* State Machine implementation

### Ongoing
* Load structure from JSON file
* GUI editor

### Ongoing
* ...

### Future improvement
* Petry Net implementation

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name='CorState',
version='0.1.1-dev0',
version='0.1.2-dev0',
author='Zentetsu',
packages=find_packages(exclude=['tests*']),
license='GPLv3',
Expand Down

0 comments on commit 05a4b48

Please sign in to comment.