diff --git a/setup.py b/setup.py index c81509f4..56f72d44 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,7 @@ Authors ------- Lauren Chambers + Shannon Osborne Use --- @@ -21,7 +22,7 @@ from setuptools import setup, find_packages import socket -VERSION = '1.0.0' +VERSION = '2.0.0' INSTALL_REQUIRES = [ 'numpy',