From 3494da8c6e983ceda74741c78a66c10824535ffa Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Sun, 12 Jun 2022 21:16:27 -0500 Subject: [PATCH] bug fix: meta/sql.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 897a57c..ad835f2 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() args = { "name":"data-transport", - "version":"1.5.4", + "version":"1.5.5", "author":"The Phi Technology LLC","author_email":"info@the-phi.com", "license":"MIT", "packages":["transport"]}