diff --git a/README.md b/README.md index 31e402334..02ac8bc75 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,12 @@ For information on use cases and background material on causal inference and het # News -**November 16, 2022:** Release v0.14.0, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.14.0) +**May 19, 2023:** Release v0.14.1, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.14.1)
Previous releases +**November 16, 2022:** Release v0.14.0, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.14.0) + **June 17, 2022:** Release v0.13.1, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.13.1) **January 31, 2022:** Release v0.13.0, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.13.0) diff --git a/econml/_version.py b/econml/_version.py index 66656f7aa..643337c8c 100644 --- a/econml/_version.py +++ b/econml/_version.py @@ -1,4 +1,4 @@ # Copyright (c) PyWhy contributors. All rights reserved. # Licensed under the MIT License. -__version__ = '0.14.0' +__version__ = '0.14.1'