diff --git a/conda_recipe/meta.yaml b/conda_recipe/meta.yaml index 6ed2455..ff84497 100644 --- a/conda_recipe/meta.yaml +++ b/conda_recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.3.3" %} +{% set version = "1.3.4" %} package: name: wrf-python diff --git a/src/wrf/version.py b/src/wrf/version.py index 7b1e312..f9e47b6 100644 --- a/src/wrf/version.py +++ b/src/wrf/version.py @@ -1 +1 @@ -__version__ = "1.3.3" +__version__ = "1.3.4"