From ef10dd1a1522a098b061fd788b2260abc5256c1f Mon Sep 17 00:00:00 2001 From: iantbeck Date: Wed, 1 May 2024 13:27:12 -0400 Subject: [PATCH] updated author info and version --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 49adff4..0f4265c 100644 --- a/setup.py +++ b/setup.py @@ -3,10 +3,9 @@ if __name__ == "__main__": setuptools.setup( name='peslearn', - version="0.1.1", + version="1.0.0", description='Automated Construction of Machine Learning Models of Molecular Potential Energy Surfaces.', - author='Adam Abbott', - author_email='adabbott@uga.edu', + author='Adam Abbott, Ian Beck', url="https://github.com/CCQC/PES-Learn", license='BSD-3C', packages=setuptools.find_packages(),