diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 43a6b80..e4207a3 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -2,7 +2,7 @@ # setting the requirements https://docs.conda.io/projects/conda-build/en/stable/resources/define-metadata.html#export-runtime-requirements package: name: pyrte_rrtmgp - version: 0.0.4 + version: 0.0.5 source: path: .. diff --git a/pyproject.toml b/pyproject.toml index 70e7105..bb210ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyrte_rrtmgp" -version = "0.0.4" +version = "0.0.5" description = "A Python interface to the RTE+RRTMGP Fortran software package." readme = "README.md" requires-python = ">=3.7"