From ad84e24533b47aa8c65d8fdb036147eac971b7cf Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Sun, 9 Jul 2023 17:51:47 -0500 Subject: [PATCH] version update --- transport/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/__init__.py b/transport/__init__.py index 7c767a2..cb22924 100644 --- a/transport/__init__.py +++ b/transport/__init__.py @@ -21,7 +21,7 @@ The configuration for the data-store is as follows : provider:'mongodb',[port:27017],[host:localhost],db:,doc:<_name>,context: """ __author__ = 'The Phi Technology' -__version__= '1.7.84' +__version__= '1.8.0' import pandas as pd import numpy as np import json