From 06dafb240202bc7f39d05ed37be4990ae604b18b Mon Sep 17 00:00:00 2001 From: Cheskel Twersky Date: Wed, 22 Sep 2021 19:01:01 +0300 Subject: [PATCH] v1.4.0 --- jsoneditor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsoneditor/__init__.py b/jsoneditor/__init__.py index e4e46e7..fccfb9e 100644 --- a/jsoneditor/__init__.py +++ b/jsoneditor/__init__.py @@ -1,3 +1,3 @@ from .jsoneditor import editjson, main -__version__ = '1.3.2' +__version__ = '1.4.0'