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",