Skip to content

Commit 4d4a2a2

Browse files
authored
post release changes (#74)
1 parent a545cf6 commit 4d4a2a2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/source/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## v0.x.x (Unreleased)
4+
### New features
5+
6+
### Maintenance and fixes
7+
8+
### Documentation
9+
310
## v0.9.1 (2025 June 18)
411
### Maintenance and fixes
512
* Ensure coords are preserved in `.rvs` method of RV wrappers {pull}`73`

src/xarray_einstats/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"EinopsAccessor",
2020
]
2121

22-
__version__ = "0.9.1"
22+
__version__ = "0.10.0.dev0"
2323

2424

2525
def sort(da, dim, kind=None, stable=None, **kwargs):

0 commit comments

Comments
 (0)