From 69797abe4948659502794ab96184640009b50033 Mon Sep 17 00:00:00 2001 From: Nick H <34072991+nickssl@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:22:00 -0700 Subject: [PATCH] New release 1.6.0 --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e64a9782..a44ad333 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ author = 'The PySPEDAS Community' # The full version, including alpha/beta/rc tags -release = '1.5.18' +release = '1.6.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 044bb514..82129f92 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="pyspedas", - version="1.5.18", + version="1.6.0", description="Python Space Physics Environment Data Analysis Software (pySPEDAS)", long_description=open("README.md").read(), long_description_content_type="text/markdown",