patx/micropie
update version number in `micropie.py`
Commit e135b87 · patx · 2025-06-29T14:56:04-04:00
Comments
No comments yet.
Diff
diff --git a/micropie.py b/micropie.py
index 990719e..d96f824 100644
--- a/micropie.py
+++ b/micropie.py
@@ -12,7 +12,7 @@ License: BSD3 (see LICENSE for details)
"""
__author__ = 'Harrison Erd'
-__version__ = '0.13-dev'
+__version__ = '0.14-dev'
__license__ = 'BSD3'
import asyncio