update version number in `micropie.py`

Commit e135b87 · patx · 2025-06-29T14:56:04-04:00

Changeset
e135b872cbaae72deaf43183b4e17b323a69e428
Parents
466d534c6a4e7f6a03542e621a953fe41bc2c98c

View source at this commit

Comments

No comments yet.

Log in to comment

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