diff --git a/lodstorage/__init__.py b/lodstorage/__init__.py index 17c1a62..b2385cb 100644 --- a/lodstorage/__init__.py +++ b/lodstorage/__init__.py @@ -1 +1 @@ -__version__ = "0.10.2" +__version__ = "0.10.3" diff --git a/lodstorage/version.py b/lodstorage/version.py index 18529cf..49cd3d0 100644 --- a/lodstorage/version.py +++ b/lodstorage/version.py @@ -14,5 +14,5 @@ class Version(object): name = "pylodstorage" version = lodstorage.__version__ date = "2020-09-10" - updated = "2024-03-26" + updated = "2024-03-29" description = "python List of Dict (Table) Storage library"