浏览代码

version updates

Steve Nyemba 3 月之前
父节点
当前提交
f17a35cf15
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      smart/meta/__init__.py

+ 1 - 1
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'