diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c179b..b492d28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [2.0.1] - 2023-10-20 + +### Fixed + * Updated CropSAR notebook with the latest changes. * Fixed the version of whittaker after a new release of the library. diff --git a/src/fusets/__init__.py b/src/fusets/__init__.py index 92e7bf1..d73a02c 100644 --- a/src/fusets/__init__.py +++ b/src/fusets/__init__.py @@ -3,7 +3,7 @@ """ -__version__ = "2.0.1a1" +__version__ = "2.0.1" from .mogpr import mogpr, MOGPRTransformer from .peakvalley import peakvalley