Skip to content

Commit f4a36f2

Browse files
Merge pull request #27 from EGJ-Moorington/25-fix-__version__-constant
Fixed `__version__` constant
2 parents 5f8a50f + d7382aa commit f4a36f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

button_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def ticks_ms() -> int:
4141
except ImportError:
4242
pass
4343

44-
__version__ = "3.0.0"
44+
__version__ = "0.0.0+auto.0"
4545
__repo__ = "https://github.com/EGJ-Moorington/CircuitPython_Button_Handler.git"
4646

4747
_TICKS_PERIOD = 1 << 29

0 commit comments

Comments
 (0)