We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdb97c5 + 90d2536 commit ef79d29Copy full SHA for ef79d29
2 files changed
ci/recipe/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "MPAS-Analysis" %}
2
-{% set version = "1.11.0" %}
+{% set version = "1.12.0" %}
3
4
package:
5
name: {{ name|lower }}
mpas_analysis/__init__.py
@@ -3,5 +3,5 @@
import matplotlib as mpl
mpl.use('Agg')
6
-__version_info__ = (1, 11, 0)
+__version_info__ = (1, 12, 0)
7
__version__ = '.'.join(str(vi) for vi in __version_info__)
0 commit comments