From b151c9a3ba1b640f469eb7b6f23ec2ffc6345ec9 Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Wed, 29 May 2024 15:18:51 +0200 Subject: [PATCH] 0.9.5 --- CHANGES.md | 2 +- bw_processing/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a14af0d..f8894b7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # `bw_processing` Changelog -### [0.9.4] - 2024-05-29 +### [0.9.5] - 2024-05-29 * [PR #66: Change from `pyfilesystem2` to `fsspec`](https://github.com/brightway-lca/bw_processing/issues/65) * Changed packaging diff --git a/bw_processing/__init__.py b/bw_processing/__init__.py index 47a5ad4..07a6ba4 100644 --- a/bw_processing/__init__.py +++ b/bw_processing/__init__.py @@ -26,7 +26,7 @@ "UndefinedInterface", ) -__version__ = "0.9.3" +__version__ = "0.9.5" from .array_creation import create_array, create_structured_array