Skip to content

Commit c401b34

Browse files
committed
Version 0.0.8
1 parent faeb43f commit c401b34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Interface for using [cubed](https://github.com/cubed-dev/cubed) with [xarray](ht
66

77
## Requirements
88

9-
- Cubed version >=0.17.0
9+
- Cubed version >=0.23.0
1010
- Xarray version >=2024.09.0
1111

1212
## Installation

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cubed-xarray"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
authors = [
55
{name = "Tom Nicholas", email = "[email protected]"}
66
]
@@ -23,7 +23,7 @@ requires-python = ">=3.10"
2323
dependencies = [
2424
"numpy >= 1.22",
2525
"xarray >= 2024.09.0",
26-
"cubed >= 0.17.0",
26+
"cubed >= 0.23.0",
2727
]
2828

2929

0 commit comments

Comments
 (0)