We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0924926 + d911be9 commit f8f8a5cCopy full SHA for f8f8a5c
2 files changed
ci/recipe/recipe.yaml
@@ -2,8 +2,8 @@ schema_version: 1
2
3
context:
4
name: MPAS-Analysis
5
- version: 1.14.0
6
- python_min: 3.10
+ version: "1.15.0"
+ python_min: "3.10"
7
8
package:
9
name: ${{ name|lower }}
mpas_analysis/version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (1, 14, 0)
+__version_info__ = (1, 15, 0)
__version__ = '.'.join(str(vi) for vi in __version_info__)
0 commit comments