Skip to content

Commit

Permalink
Merge pull request #979 from xylar/update-to-1.9.1
Browse files Browse the repository at this point in the history
Update to v1.9.1
  • Loading branch information
xylar authored Jan 20, 2024
2 parents b2dcdfb + b858217 commit 27d0c23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "MPAS-Analysis" %}
{% set version = "1.9.0" %}
{% set version = "1.9.1" %}

package:
name: {{ name|lower }}
Expand Down Expand Up @@ -35,7 +35,7 @@ requirements:
- lxml
- mache >=1.11.0
- matplotlib-base >=3.6.0,!=3.7.2
- mpas_tools >=0.16.0
- mpas_tools >=0.30.0
- nco >=4.8.1
- netcdf4
- numpy
Expand Down
2 changes: 1 addition & 1 deletion dev-spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mache >=1.11.0
# 3.7.2 contains a bug with tight layouts and insets
# https://github.com/matplotlib/matplotlib/pull/26291
matplotlib-base>=3.6.0,!=3.7.2
mpas_tools>=0.16.0
mpas_tools>=0.30.0
nco>=4.8.1
netcdf4
numpy
Expand Down
2 changes: 1 addition & 1 deletion mpas_analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import matplotlib as mpl
mpl.use('Agg')

__version_info__ = (1, 9, 0)
__version_info__ = (1, 9, 1)
__version__ = '.'.join(str(vi) for vi in __version_info__)

0 comments on commit 27d0c23

Please sign in to comment.