From 05a4b4857a4f9919ce451aba71c8204b80a2cc2e Mon Sep 17 00:00:00 2001 From: Zentetsu <10742751+Zentetsu@users.noreply.github.com> Date: Sat, 10 Oct 2020 17:43:04 +0200 Subject: [PATCH] new Version --- CorState/StateMachine.py | 1 + README.md | 5 +++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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',