From a0cc0309be922772baac047fa95e7990b6f246fe Mon Sep 17 00:00:00 2001 From: Cheskel Twersky Date: Wed, 20 Oct 2021 22:19:30 +0300 Subject: [PATCH] Release version 1.4.3 --- jsoneditor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsoneditor/__init__.py b/jsoneditor/__init__.py index b77eabe..66e9bae 100644 --- a/jsoneditor/__init__.py +++ b/jsoneditor/__init__.py @@ -1,3 +1,3 @@ from .jsoneditor import editjson, main -__version__ = "1.4.2" +__version__ = "1.4.3"