From 1fdad34b31b362018eb4084d3e4c78c0472872ea Mon Sep 17 00:00:00 2001 From: Joaci Morais Date: Mon, 21 Jun 2021 14:48:33 -0400 Subject: [PATCH] changes: + on_idle callback is now called on_default_state + the on_default_state can be called continuously every on_default_state_time --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 76fe50d..7450f78 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='pyfase', - version='1.0.4', + version='1.0.5', url='https://github.com/jomorais/pyfase', license='GPLv3', author='Joaci Morais',