diff --git a/README.md b/README.md index 21ce547a..b59c17f8 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,12 @@ For information on use cases and background material on causal inference and het If you'd like to contribute to this project, see the [Help Wanted](#help-wanted) section below. -**February 12, 2024:** Release v0.15.0, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.15.0) +**July 3, 2024:** Release v0.15.1, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.15.1)
Previous releases +**February 12, 2024:** Release v0.15.0, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.15.0) + **November 11, 2023:** Release v0.15.0b1, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.15.0b1) **May 19, 2023:** Release v0.14.1, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.14.1) diff --git a/econml/_version.py b/econml/_version.py index aac979b2..d5cf2d06 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.15.0' +__version__ = '0.15.1'