ソースを参照

version update

Steve Nyemba 2 年 前
コミット
fb20687a46
1 ファイル変更1 行追加0 行削除
  1. 1 0
      transport/__init__.py

+ 1 - 0
transport/__init__.py

@@ -21,6 +21,7 @@ The configuration for the data-store is as follows :
 		provider:'mongodb',[port:27017],[host:localhost],db:<name>,doc:<_name>,context:<read|write>
 """
 __author__ = 'The Phi Technology'
+__version__= '1.7.8'
 import pandas 	as pd
 import numpy 	as np
 import json