Skip to content

Commit

Permalink
0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Jul 2, 2024
1 parent 1fc0376 commit 04f1a0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `bw_processing` Changelog

### [0.9.6] - 2024-07-02

* [PR #68: replace `np.NaN` by `np.nan`](https://github.com/brightway-lca/bw_processing/pull/68)

### [0.9.5] - 2024-05-29

* [PR #66: Change from `pyfilesystem2` to `fsspec`](https://github.com/brightway-lca/bw_processing/issues/65)
Expand Down
2 changes: 1 addition & 1 deletion bw_processing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"UndefinedInterface",
)

__version__ = "0.9.5"
__version__ = "0.9.6"


from .array_creation import create_array, create_structured_array
Expand Down

0 comments on commit 04f1a0f

Please sign in to comment.