From fb20687a461ea55b981561ca64ed7ca438cd63b1 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Sun, 9 Jul 2023 16:37:30 -0500 Subject: [PATCH] version update --- transport/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/transport/__init__.py b/transport/__init__.py index f43a184..90204da 100644 --- a/transport/__init__.py +++ b/transport/__init__.py @@ -21,6 +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.8' import pandas as pd import numpy as np import json