bug fix and version

This commit is contained in:
Steve Nyemba 2022-09-15 17:15:29 -05:00
parent 4f11600df1
commit b9386c24a8
1 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@ 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']