diff --git a/CHANGES.md b/CHANGES.md index c68b0fa..e499b92 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### [1.0.1] - 2024-11-21 + +Adaptations to make `OneSpatialScaleLCA` behave like the standard `LCA`. + ## [1.0] - 2024-11-07 +Initial release. + ### Added ### Changed diff --git a/simple_regional/__init__.py b/simple_regional/__init__.py index ae9b081..d19d6f8 100644 --- a/simple_regional/__init__.py +++ b/simple_regional/__init__.py @@ -3,6 +3,6 @@ "__version__", ) -__version__ = "1.0" +__version__ = "1.0.1" from simple_regional.one_spatial_scale import OneSpatialScaleLCA