From 55786f18417907ebc50dec1aac094901d63e3920 Mon Sep 17 00:00:00 2001 From: jameswilburlewis Date: Fri, 25 Oct 2024 11:45:06 -0700 Subject: [PATCH] Bump pytplot-mpl-temp version to 2.2.49 --- 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 5cace99..0a06913 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,7 +7,7 @@ netCDF4 pywavelets astropy pyspedas -pytplot-mpl-temp>=2.2.48 +pytplot-mpl-temp>=2.2.49 geopack>=1.0.9 viresclient hapiclient diff --git a/meta.yaml b/meta.yaml index 7be5700..60ffbde 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pytplot" %} -{% set version = "2.2.48" %} +{% set version = "2.2.49" %} package: name: "{{ name|lower }}" @@ -7,7 +7,7 @@ package: source: git_url: https://github.com/MAVENSDC/pytplot.git - git_rev: v2.2.48 + git_rev: v2.2.49 build: number: 0 script: "{{ PYTHON }} -m pip install . -vv" diff --git a/setup.cfg b/setup.cfg index c90ed58..d9e008c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytplot-mpl-temp -version = 2.2.48 +version = 2.2.49 author = MAVEN SDC author_email = mavensdc@lasp.colorado.edu description = A python version of IDL tplot libraries