bug fix: unreliable reference handling when duplicates

This commit is contained in:
Steve Nyemba 2021-02-16 16:08:43 -06:00
parent 7b04b05154
commit 2821d89f8e
1 changed files with 1 additions and 1 deletions

View File

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