Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump to 0.3 #55

Merged
merged 2 commits into from
May 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ max-line-length=119
convention=numpy

[build_sphinx]
version = 0.2
version = 0.3

[metadata]
name = econml
version = 0.2
version = 0.3
author = Microsoft Corporation
description = This package contains several methods for calculating Conditional Average Treatment Effects
long_description = file: README.md
Expand All @@ -24,7 +24,9 @@ project_urls =
Source Code=https://github.com/Microsoft/EconML
Documentation=https://econml.azurewebsites.net/
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
License :: OSI Approved :: MIT License
Operating System :: OS Independent

Expand All @@ -50,7 +52,6 @@ tests_require =
matplotlib < 3.1
pandas
jupyter
; TODO: remove matplotlib, pandas dependencies when cleaning up tests

; TODO: exclude tests?
[options.packages.find]
Expand Down