diff --git a/CHANGES.md b/CHANGES.md index 4a9f1fb..a0bd5fc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2024-08-13 + +* Patch missing ecoinvent migrations + ## [0.2.0] - 2024-06-14 * Skip empty technosphere transformations diff --git a/ecoinvent_migrate/__init__.py b/ecoinvent_migrate/__init__.py index 60590fc..569ed77 100644 --- a/ecoinvent_migrate/__init__.py +++ b/ecoinvent_migrate/__init__.py @@ -6,6 +6,6 @@ "generate_biosphere_mapping", ) -__version__ = "0.2.0" +__version__ = "0.3" from .main import generate_biosphere_mapping, generate_technosphere_mapping