Skip to content

Commit a2be708

Browse files
committed
Release 2.0.1
1 parent 1850ba3 commit a2be708

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Fixed
1717

18+
## [2.0.1] - 2023-10-20
19+
20+
### Fixed
21+
1822
* Updated CropSAR notebook with the latest changes.
1923
* Fixed the version of whittaker after a new release of the library.
2024

src/fusets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
"""
55

6-
__version__ = "2.0.1a1"
6+
__version__ = "2.0.1"
77

88
from .mogpr import mogpr, MOGPRTransformer
99
from .peakvalley import peakvalley

0 commit comments

Comments
 (0)