Skip to content

Commit ef79d29

Browse files
authored
Merge pull request #1029 from xylar/update-to-1.12.0
Update to 1.12.0
2 parents bdb97c5 + 90d2536 commit ef79d29

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci/recipe/meta.yaml

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

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

mpas_analysis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
import matplotlib as mpl
44
mpl.use('Agg')
55

6-
__version_info__ = (1, 11, 0)
6+
__version_info__ = (1, 12, 0)
77
__version__ = '.'.join(str(vi) for vi in __version_info__)

0 commit comments

Comments
 (0)