bug fix: meta/sql.py

This commit is contained in:
Steve Nyemba 2022-06-12 21:16:27 -05:00
parent d7c9e41095
commit 3494da8c6e
1 changed files with 1 additions and 1 deletions

View File

@ -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"]}