Skip to content

Commit

Permalink
Prepare 0.15.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Battocchi <[email protected]>
  • Loading branch information
kbattocchi committed Jul 3, 2024
1 parent eb65864 commit 1803ee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<details><summary>Previous releases</summary>

**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)
Expand Down
2 changes: 1 addition & 1 deletion econml/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) PyWhy contributors. All rights reserved.
# Licensed under the MIT License.

__version__ = '0.15.0'
__version__ = '0.15.1'

0 comments on commit 1803ee3

Please sign in to comment.