Skip to content

Commit a89387b

Browse files
Bump pytplot-mpl-temp version to fix netcdf_to_tplot bug when fillval is specified as an empty string (e.g. ICON)
1 parent b71a52f commit a89387b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.77
10+
pytplot-mpl-temp>=2.2.78
1111
geopack>=1.0.9
1212
viresclient
1313
hapiclient

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "pytplot" %}
2-
{% set version = "2.2.77" %}
2+
{% set version = "2.2.78" %}
33

44
package:
55
name: "{{ name|lower }}"

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.77
3+
version = 2.2.78
44
author = MAVEN SDC
55
author_email = [email protected]
66
description = A python version of IDL tplot libraries

0 commit comments

Comments
 (0)