From c1558bdc2b36e25a016df6194e4cd0b3ec42cffd Mon Sep 17 00:00:00 2001 From: Wolfgang Fahl Date: Wed, 11 Jan 2023 14:21:06 +0100 Subject: [PATCH] fixes version number for release --- justpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justpy/__init__.py b/justpy/__init__.py index 93ba8990..8a141ce1 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.12.2" +__version__ = "0.12.1"