diff --git a/src/json_store/__init__.py b/src/json_store/__init__.py index 82e2e1b..7cfa82c 100644 --- a/src/json_store/__init__.py +++ b/src/json_store/__init__.py @@ -1,5 +1,5 @@ from .json_store import JSONStore -__version__ = "4.1" +__version__ = "4.2" open = JSONStore