From 8eeada555c78958a3ab4de9b06b420cf06a01ebd Mon Sep 17 00:00:00 2001 From: Wolfgang Fahl Date: Wed, 7 Sep 2022 22:28:07 +0200 Subject: [PATCH] prepares hatch/jpcore release --- justpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justpy/__init__.py b/justpy/__init__.py index 99ce5e55..03273766 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.6.7" +__version__ = "0.7.0"