From 097dff8bb2e83e4affa5c4b2e1e6196cf5da2bee Mon Sep 17 00:00:00 2001 From: "Greg R.C. Rischbieter" <31666153+grischbieter@users.noreply.github.com> Date: Wed, 3 Jul 2024 16:04:47 -0400 Subject: [PATCH] Update setup.py and changed point of contact. Preparing for update of nestpy version Changing the associated author and email address to provide a verified email address to pass PyPi security requirements --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 0dc100e..2589438 100644 --- a/setup.py +++ b/setup.py @@ -123,9 +123,9 @@ def build_extension(self, ext): setup( name='nestpy', - version='2.0.3', - author='Nicholas Carrara', - author_email='ncarrara.physics@gmail.com', + version='2.0.4', + author='Greg Rischbieter', + author_email='grischbieter@gmail.com', description='Python bindings for the NEST noble element simulations', long_description=readme + '\n\n' + history, long_description_content_type="text/markdown",