From 4139d4289c53df5e2bc50c83ce99974c31d76779 Mon Sep 17 00:00:00 2001 From: Nick H <34072991+nickssl@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:41:41 +0300 Subject: [PATCH] New version 0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 192172f..4c02b78 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pyspedas_examples', - version='0.3.0', + version='0.4.0', description='Examples of pySPEDAS', long_description=open('README.md').read(), long_description_content_type='text/markdown',