This commit is contained in:
Steve Nyemba 2020-09-16 11:08:33 -05:00
parent dd1a0741db
commit d372bb56be
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.2.4", "name":"healthcareio","version":"1.2.5",
"author":"Vanderbilt University Medical Center", "author":"Vanderbilt University Medical Center",
"author_email":"steve.l.nyemba@vumc.org", "author_email":"steve.l.nyemba@vumc.org",
"license":"MIT", "license":"MIT",