From 68e4a4ea5f53ded3ebf6918302a9d1cd1b4ec930 Mon Sep 17 00:00:00 2001 From: Wolfgang Fahl Date: Sun, 11 Sep 2022 11:31:58 +0200 Subject: [PATCH] prepares release --- justpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justpy/__init__.py b/justpy/__init__.py index 2a567c12..45d41b6a 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.8.1" +__version__ = "0.8.2"