From 1803ee32ab2ea48d367b8ebdf1cad5a6c9c821aa Mon Sep 17 00:00:00 2001 From: Keith Battocchi Date: Wed, 3 Jul 2024 10:39:46 -0400 Subject: [PATCH] Prepare 0.15.1 release Signed-off-by: Keith Battocchi --- README.md | 4 +++- econml/_version.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21ce547ab..b59c17f80 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 aac979b26..d5cf2d062 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'