From 41b9d32986f04398be5027910bb92e71c6c9edd0 Mon Sep 17 00:00:00 2001 From: jameswilburlewis Date: Tue, 16 Apr 2024 16:43:07 -0700 Subject: [PATCH] 1.5.10 had a typo in tdpwrspc :( --- 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 20675894..374f14ed 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.10' +release = '1.5.11' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 58429136..06c8a1a3 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="pyspedas", - version="1.5.10", + version="1.5.11", description="Python Space Physics Environment Data Analysis Software (pySPEDAS)", long_description=open("README.md").read(), long_description_content_type="text/markdown",