Skip to content

Commit

Permalink
Version bump for updates to netcdf_to_tplot to read ICON files
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Jun 11, 2024
1 parent 5843e76 commit 24718ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ netCDF4
pywavelets
astropy
pyspedas
pytplot-mpl-temp>=2.2.26
pytplot-mpl-temp>=2.2.27
geopack>=1.0.9
viresclient
hapiclient
Expand Down
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pytplot" %}
{% set version = "2.2.26" %}
{% set version = "2.2.27" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
git_url: https://github.com/MAVENSDC/pytplot.git
git_rev: v2.2.26
git_rev: v2.2.27
build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pytplot-mpl-temp
version = 2.2.26
version = 2.2.27
author = MAVEN SDC
author_email = [email protected]
description = A python version of IDL tplot libraries
Expand Down

0 comments on commit 24718ba

Please sign in to comment.