diff --git a/CITATION.cff b/CITATION.cff index 9ea057712..e98333cc9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -79,5 +79,5 @@ authors: family-names: Smith repository-code: 'https://github.com/MPAS-Dev/MPAS-Tools' url: 'https://mpas-dev.github.io/MPAS-Tools/master/' -version: 1.3.0 -date-released: '2025-08-15' +version: 1.3.1 +date-released: '2025-08-18' diff --git a/conda_package/mpas_tools/__init__.py b/conda_package/mpas_tools/__init__.py index 4a117aa44..33569d2b8 100644 --- a/conda_package/mpas_tools/__init__.py +++ b/conda_package/mpas_tools/__init__.py @@ -1,2 +1,2 @@ -__version_info__ = (1, 3, 0) +__version_info__ = (1, 3, 1) __version__ = '.'.join(str(vi) for vi in __version_info__) diff --git a/conda_package/recipe/meta.yaml b/conda_package/recipe/meta.yaml index 723307976..af013a8d7 100644 --- a/conda_package/recipe/meta.yaml +++ b/conda_package/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "mpas_tools" %} -{% set version = "1.3.0" %} +{% set version = "1.3.1" %} package: name: {{ name|lower }}