From bf08dfd6fa5fe302ffffe4f76bfb6fffe77c9365 Mon Sep 17 00:00:00 2001 From: tholzheim Date: Tue, 6 Dec 2022 16:41:54 +0100 Subject: [PATCH] prepares v0.11.5 --- justpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justpy/__init__.py b/justpy/__init__.py index 079188ca..0786dd04 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.4" +__version__ = "0.11.5"