Skip to content

Commit 280d59a

Browse files
Bump pytplot version to 2.2.54 to pick up enhanced time_clip routine
1 parent 3aaf9b5 commit 280d59a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ netCDF4
77
pywavelets
88
astropy
99
pyspedas
10-
pytplot-mpl-temp>=2.2.53
10+
pytplot-mpl-temp>=2.2.54
1111
geopack>=1.0.9
1212
viresclient
1313
hapiclient

meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{% set name = "pytplot" %}
2-
{% set version = "2.2.53" %}
2+
{% set version = "2.2.54" %}
33

44
package:
55
name: "{{ name|lower }}"
66
version: "{{ version }}"
77

88
source:
99
git_url: https://github.com/MAVENSDC/pytplot.git
10-
git_rev: v2.2.53
10+
git_rev: v2.2.54
1111
build:
1212
number: 0
1313
script: "{{ PYTHON }} -m pip install . -vv"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pytplot-mpl-temp
3-
version = 2.2.53
3+
version = 2.2.54
44
author = MAVEN SDC
55
author_email = mavensdc@lasp.colorado.edu
66
description = A python version of IDL tplot libraries

0 commit comments

Comments
 (0)