version update

This commit is contained in:
Steve Nyemba 2023-07-05 15:59:13 -05:00
parent 687b211b7b
commit e9c02d558a
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.7.4",
"version":"1.7.6",
"author":"The Phi Technology LLC","author_email":"info@the-phi.com",
"license":"MIT",
"packages":["transport"]}