new release v0.12

Commit 3f2f58f · patx · 2025-06-22T14:52:00-04:00

Changeset
3f2f58ff3953a920490f18c8bc6504b51f45b3ea
Parents
f290d3288e07b9eb0c09dc968ca170db5026ff77

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/MicroPie.py b/MicroPie.py
index e409eef..0452c9b 100644
--- a/MicroPie.py
+++ b/MicroPie.py
@@ -12,7 +12,7 @@ License: BSD3 (see LICENSE for details)
 """
 
 __author__ = 'Harrison Erd'
-__version__ = '0.11-dev'
+__version__ = '0.12
 __license__ = 'BSD3'
 
 import asyncio
diff --git a/pyproject.toml b/pyproject.toml
index ac154e1..011c3c3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
 
 [project]
 name = "MicroPie"
-version = "0.11.1"
+version = "0.12"
 description = "An ultra micro ASGI web framework"
 keywords = ["micropie", "asgi", "microframework", "http"]
 readme = "README.md"