diff --git a/setup.py b/setup.py index 3abe7967..b9c0980c 100644 --- a/setup.py +++ b/setup.py @@ -60,8 +60,8 @@ def build_extension(self, ext): setup( name='cCOSMO', - version='0.0.0', - author='Ian Bell', + version='1.0.0', + author='Ian Bell et al.', author_email='ian.bell@nist.gov', description='C++ implementation of COSMO-SAC variants', long_description='',