Skip to content

Commit 90d2536

Browse files
committed
Update to 1.12.0
1 parent bdb97c5 commit 90d2536

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)