Skip to content

Commit 25b6e8a

Browse files
committed
problem with installation
1 parent b6e26cf commit 25b6e8a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mallo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
from mallo.response import Response
88
from mallo.cli import cli
99

10-
__version__ = "0.3.0a3"
10+
__version__ = "0.3.0a4"
1111
__all__ = ['Mallo', 'Request', 'Response', 'cli' ]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="mallo",
15-
version="0.3.0a3",
15+
version="0.3.0a4",
1616
author="Akum betrand",
1717
author_email="betrandojong146@gmail.com",
1818
description="A lightweight web framework with hot reload",

0 commit comments

Comments
 (0)