From 579d54a92f0136e9b716ca67984ac05c63570719 Mon Sep 17 00:00:00 2001 From: Wolfgang Fahl Date: Thu, 25 Aug 2022 06:54:50 +0200 Subject: [PATCH] adds tutorial example and prepares release --- justpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justpy/__init__.py b/justpy/__init__.py index d626510b..2f771e72 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.2.4" +__version__ = "0.2.5"