update setup.py to new version

Commit 4a2196b · patx · 2025-02-11T00:08:48-05:00

Changeset
4a2196baf97f4e5901ffe659a863e29b14ae8408
Parents
51f0b7916435813652b56cb24fdae71193532336

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/setup.py b/setup.py
index e7abb43..25ec1ec 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ Links
 from distutils.core import setup
 
 setup(name="MicroPie",
-    version="0.9.7",
+    version="0.9.7.1",
     description="A ultra micro web framework w/ Jinja2.",
     long_description=__doc__,
     author="Harrison Erd",