From f17a35cf159c9214ccb7434906fb2d556fc119a3 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Mon, 1 Jun 2026 13:35:08 -0500 Subject: [PATCH] version updates --- smart/meta/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart/meta/__init__.py b/smart/meta/__init__.py index 9d53df9..cb76bb4 100644 --- a/smart/meta/__init__.py +++ b/smart/meta/__init__.py @@ -1,6 +1,6 @@ import os __app_name__= "smart-logger" -__version__ = "1.14" +__version__ = "1.16" __author__ = "Steve L. Nyemba, info@the-phi.com" __home__ = os.sep.join([os.environ['HOME'],'.smart-logger']) __database__='smart_logs'