From 93c4d1e80e02502b1c6189c28c7c0cce61195296 Mon Sep 17 00:00:00 2001 From: tholzheim Date: Tue, 6 Dec 2022 11:45:17 +0100 Subject: [PATCH] prepares v0.11.4 --- justpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justpy/__init__.py b/justpy/__init__.py index d82f6ea5..079188ca 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.11.3" +__version__ = "0.11.4"