diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index ed50e38..43a6b80 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,8 +1,8 @@ # based on https://github.com/pybind/scikit_build_example # 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.2 + name: pyrte_rrtmgp + version: 0.0.4 source: path: .. @@ -56,4 +56,4 @@ test: about: summary: A Python interface to the RTE+RRTMGP Fortran software package. - license_file: LICENSE \ No newline at end of file + license_file: LICENSE diff --git a/pyproject.toml b/pyproject.toml index 0f1828d..70e7105 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyrte_rrtmgp" -version = "0.0.2" +version = "0.0.4" description = "A Python interface to the RTE+RRTMGP Fortran software package." readme = "README.md" requires-python = ">=3.7"