Skip to content

Commit

Permalink
remove wrong version tag in main library code
Browse files Browse the repository at this point in the history
  • Loading branch information
patx committed Feb 3, 2025
1 parent a406c2c commit 2fa31d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions MicroPie.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__version__ = "0.9.2"

"""
MicroPie: A simple Python ultra-micro web framework with ASGI
support. https://patx.github.io/micropie
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def index(self):
from distutils.core import setup

setup(name="MicroPie",
version="0.9.2",
version="0.9.5",
description="A ultra micro web framework w/ Jinja2.",
long_description=__doc__,
author="Harrison Erd",
Expand Down

0 comments on commit 2fa31d1

Please sign in to comment.