update setup.py, v0.9

Commit 2e7e077 · patx · 2025-01-28T17:58:40-05:00

Changeset
2e7e077ceb87e94f8d195999a638364ba637d610
Parents
e4375ed23be0b1629be73dc341f1bb11b3aa270e

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

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