Browse Source

bug fix and version

Steve Nyemba 2 years ago
parent
commit
b9386c24a8
1 changed files with 4 additions and 4 deletions
  1. 4 4
      setup.py

+ 4 - 4
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']
-    )
+    )