diff --git a/CHANGELOG.md b/CHANGELOG.md index bd5d7f48f63..9e318865eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 **Note: we move fast, but still we preserve 0.1 version (one feature release) back compatibility.** -## [0.4.1] - 2021-07-DD +## [0.4.1] - 2021-07-05 ### Changed - Extend typing ([#330](https://github.com/PyTorchLightning/metrics/pull/330), [#332](https://github.com/PyTorchLightning/metrics/pull/332), [#333](https://github.com/PyTorchLightning/metrics/pull/333), - [#335](https://github.com/PyTorchLightning/metrics/pull/335)) + [#335](https://github.com/PyTorchLightning/metrics/pull/335), + [#314](https://github.com/PyTorchLightning/metrics/pull/314)) ### Fixed diff --git a/torchmetrics/__about__.py b/torchmetrics/__about__.py index 3e47373753f..3f24a6b1b83 100644 --- a/torchmetrics/__about__.py +++ b/torchmetrics/__about__.py @@ -1,4 +1,4 @@ -__version__ = '0.4.1rc0' +__version__ = '0.4.1' __author__ = 'PyTorchLightning et al.' __author_email__ = 'name@pytorchlightning.ai' __license__ = 'Apache-2.0'