Skip to content

Commit bfe7731

Browse files
Merge pull request #27 from EGJ-Moorington/25-fix-__version__-constant
Fixed `__version__` constant
2 parents 62d944a + 62fe8e6 commit bfe7731

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)