Ver Fonte

version update

Steve Nyemba há 2 anos atrás
pai
commit
f57cd8d871
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      transport/__init__.py

+ 1 - 1
transport/__init__.py

@@ -21,7 +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'
+__version__= '1.7.84'
 import pandas 	as pd
 import numpy 	as np
 import json