patx/micropie
fix version number
Commit 3772265 · patx · 2025-06-22T16:29:25-04:00
Comments
No comments yet.
Diff
diff --git a/MicroPie.py b/MicroPie.py
index 679c961..8ec5b0a 100644
--- a/MicroPie.py
+++ b/MicroPie.py
@@ -12,7 +12,7 @@ License: BSD3 (see LICENSE for details)
"""
__author__ = 'Harrison Erd'
-__version__ = '0.12.1'
+__version__ = '0.12.2'
__license__ = 'BSD3'
import asyncio