We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf2c751 + cc8bab3 commit 5c7c0aeCopy full SHA for 5c7c0ae
ci/recipe/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "MPAS-Analysis" %}
2
-{% set version = "1.13.0" %}
+{% set version = "1.14.0" %}
3
{% set python_min = "3.10" %}
4
5
package:
mpas_analysis/version.py
@@ -1,2 +1,2 @@
-__version_info__ = (1, 13, 0)
+__version_info__ = (1, 14, 0)
__version__ = '.'.join(str(vi) for vi in __version_info__)
0 commit comments