Skip to content

Commit

Permalink
Merge pull request #80 from ACCESS-NRI/release_v0.0.5.post1
Browse files Browse the repository at this point in the history
Release v0.0.5.post1
  • Loading branch information
dougiesquire authored May 31, 2023
2 parents e43aa9c + 5c4d9cc commit a4605cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ requires = [
where = ["src"]

[tool.setuptools.package-data]
access_nri_intake = ["cat/metacatalog.yaml"]
access_nri_intake = ["cat/catalog.yaml"]

[tool.versioneer]
VCS = "git"
Expand Down
4 changes: 2 additions & 2 deletions src/access_nri_intake/cat/catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ sources:
description: ACCESS-NRI intake catalog
driver: intake_dataframe_catalog.core.DfFileCatalog
metadata:
storage: gdata/cj50+gdata/ik11+gdata/p73+gdata/dk92
storage: gdata/cj50+gdata/dk92+gdata/ik11+gdata/p73
version: '{{version}}'
parameters:
version:
default: v0.0.5
default: v0.0.5.post1
description: Catalog version
type: str

0 comments on commit a4605cd

Please sign in to comment.