diff --git a/CorState/StateMachine.py b/CorState/StateMachine.py index 654c89f..b6b919e 100644 --- a/CorState/StateMachine.py +++ b/CorState/StateMachine.py @@ -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 diff --git a/README.md b/README.md index 0e3a9ed..89301c0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 41a656d..7d5c5e6 100644 --- a/setup.py +++ b/setup.py @@ -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',