From 8fa7982f60acad44ee13c6320cf5c2b6a837844b Mon Sep 17 00:00:00 2001 From: Wolfgang Fahl Date: Fri, 29 Mar 2024 13:24:18 +0100 Subject: [PATCH] prepares release --- lodstorage/__init__.py | 2 +- lodstorage/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"