bug fix ...

This commit is contained in:
Steve Nyemba 2021-04-28 15:40:01 -05:00
parent 53a54b3744
commit edb2f05773
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import sys
def read(fname): def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read() return open(os.path.join(os.path.dirname(__file__), fname)).read()
args = { args = {
"name":"healthcareio","version":"1.6.4", "name":"healthcareio","version":"1.6.4.1",
"author":"Vanderbilt University Medical Center", "author":"Vanderbilt University Medical Center",
"author_email":"steve.l.nyemba@vumc.org", "author_email":"steve.l.nyemba@vumc.org",
"include_package_data":True, "include_package_data":True,