From 03990f0ea2bde2f22ac79b2d6447c5f16d8c9e47 Mon Sep 17 00:00:00 2001 From: Wolfgang Fahl Date: Sat, 5 Nov 2022 08:05:14 +0100 Subject: [PATCH] prepares new release --- justpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"