From 07ce5d234ad964b7e320b161b49d071c8ad0bc87 Mon Sep 17 00:00:00 2001 From: jameswilburlewis Date: Fri, 31 May 2024 16:26:47 -0700 Subject: [PATCH] Version bump to 2.2.26 to pick up correct matplotlib dependency --- docs/requirements.txt | 2 +- meta.yaml | 4 ++-- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5c3d082..1138e05 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,7 +7,7 @@ netCDF4 pywavelets astropy pyspedas -pytplot-mpl-temp>=2.2.25 +pytplot-mpl-temp>=2.2.26 geopack>=1.0.9 viresclient hapiclient diff --git a/meta.yaml b/meta.yaml index 336dfb9..de54fb3 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pytplot" %} -{% set version = "2.2.25" %} +{% set version = "2.2.26" %} package: name: "{{ name|lower }}" @@ -7,7 +7,7 @@ package: source: git_url: https://github.com/MAVENSDC/pytplot.git - git_rev: v2.2.25 + git_rev: v2.2.26 build: number: 0 script: "{{ PYTHON }} -m pip install . -vv" diff --git a/setup.cfg b/setup.cfg index 9e638fb..5011a7f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytplot-mpl-temp -version = 2.2.25 +version = 2.2.26 author = MAVEN SDC author_email = mavensdc@lasp.colorado.edu description = A python version of IDL tplot libraries