From f328bbadb54d5dbf9143a093b9edb58207903e18 Mon Sep 17 00:00:00 2001 From: Timo Cornelius Metzger <39711796+tcmetzger@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:24:50 -0700 Subject: [PATCH] Bump version to 0.0.4 (#42) --- conda.recipe/meta.yaml | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"