diff --git a/button_handler.py b/button_handler.py index cc2ceee..4dd7405 100644 --- a/button_handler.py +++ b/button_handler.py @@ -41,7 +41,7 @@ def ticks_ms() -> int: except ImportError: pass -__version__ = "3.0.0" +__version__ = "0.0.0+auto.0" __repo__ = "https://github.com/EGJ-Moorington/CircuitPython_Button_Handler.git" _TICKS_PERIOD = 1 << 29