Skip to content

Commit

Permalink
Bump version to 0.0.4 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcmetzger authored Apr 9, 2024
1 parent f9206a9 commit f328bba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -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: ..
Expand Down Expand Up @@ -56,4 +56,4 @@ test:

about:
summary: A Python interface to the RTE+RRTMGP Fortran software package.
license_file: LICENSE
license_file: LICENSE
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f328bba

Please sign in to comment.