Skip to content

Commit 1803ee3

Browse files
committed
Prepare 0.15.1 release
Signed-off-by: Keith Battocchi <[email protected]>
1 parent eb65864 commit 1803ee3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ For information on use cases and background material on causal inference and het
5151

5252
If you'd like to contribute to this project, see the [Help Wanted](#help-wanted) section below.
5353

54-
**February 12, 2024:** Release v0.15.0, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.15.0)
54+
**July 3, 2024:** Release v0.15.1, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.15.1)
5555

5656
<details><summary>Previous releases</summary>
5757

58+
**February 12, 2024:** Release v0.15.0, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.15.0)
59+
5860
**November 11, 2023:** Release v0.15.0b1, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.15.0b1)
5961

6062
**May 19, 2023:** Release v0.14.1, see release notes [here](https://github.com/py-why/EconML/releases/tag/v0.14.1)

econml/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) PyWhy contributors. All rights reserved.
22
# Licensed under the MIT License.
33

4-
__version__ = '0.15.0'
4+
__version__ = '0.15.1'

0 commit comments

Comments
 (0)