fix version number

Commit 3772265 · patx · 2025-06-22T16:29:25-04:00

Changeset
37722655330b981f2c79d45c646d51c22a9dc1fa
Parents
1ec46ef9be3d583248d723ba460f626ef39ade27

View source at this commit

Comments

No comments yet.

Log in to comment

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