Skip to content

Commit 6686c56

Browse files
committed
Prepare 0.9.0b1 release
1 parent a53d8bd commit 6686c56

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ For information on use cases and background material on causal inference and het
4545

4646
# News
4747

48-
**November 20, 2020:** Release v0.8.1, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.8.1)
48+
**January 20, 2021:** Release v0.9.0b1, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.9.0b1)
4949

5050
<details><summary>Previous releases</summary>
5151

52+
**November 20, 2020:** Release v0.8.1, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.8.1)
53+
5254
**November 18, 2020:** Release v0.8.0, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.8.0)
5355

5456
**September 4, 2020:** Release v0.8.0b1, see release notes [here](https://github.com/Microsoft/EconML/releases/tag/v0.8.0b1)

setup.cfg

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ max-line-length=119
77
convention=numpy
88

99
[build_sphinx]
10-
version = 0.8.1
10+
version = 0.9.0b1
1111

1212
[metadata]
1313
name = econml
14-
version = 0.8.1
14+
version = 0.9.0b1
1515
author = Microsoft Corporation
1616
description = This package contains several methods for calculating Conditional Average Treatment Effects
1717
long_description = file: README.md
@@ -28,7 +28,9 @@ classifiers =
2828
Programming Language :: Python :: 3.7
2929
Programming Language :: Python :: 3.8
3030
License :: OSI Approved :: MIT License
31-
Operating System :: OS Independent
31+
Operating System :: MacOS
32+
Operating System :: Microsoft :: Windows
33+
Operating System :: POSIX :: Linux
3234

3335
[options]
3436
packages = find_namespace:

0 commit comments

Comments
 (0)