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'