diff --git a/justpy/__init__.py b/justpy/__init__.py index f4be3520..15a9a15d 100644 --- a/justpy/__init__.py +++ b/justpy/__init__.py @@ -1,4 +1,4 @@ """JustPy is an object-oriented, component based, high-level Python Web Framework that requires no front-end programming""" from .justpy import * -__version__ = "0.10.3" +__version__ = "0.10.4"