From b9386c24a8de4fba3e27d34ac13c3595824a41f3 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Thu, 15 Sep 2022 17:15:29 -0500 Subject: [PATCH] bug fix and version --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index e9c9505..cbe800f 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ from setuptools import setup, find_packages setup( name = "risk", - version = "0.1", - author = "Health Information Privacy Lab", - author_email = "steve.l.nyemba@vanderbilt.edu", + version = "0.8.1", + author = "Healthcare/IO - The Phi Technology LLC & Health Information Privacy Lab", + author_email = "info@the-phi.com", license = "MIT", packages=['risk'], install_requires = ['numpy','pandas'] - ) \ No newline at end of file + )