From 9be2c0f991d66f33283fca1cfd5cebec287adac3 Mon Sep 17 00:00:00 2001 From: Wolfgang Fahl Date: Wed, 9 Aug 2023 12:45:56 +0200 Subject: [PATCH] increases version to 0.13.1 --- justpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justpy/__init__.py b/justpy/__init__.py index 9e02c9fb..343dd4e0 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.13.0" +__version__ = "0.13.1"