Skip to content

Commit

Permalink
Version bump to 0.3 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbattocchi authored May 3, 2019
1 parent 296fabb commit 7780007
Showing 1 changed file with 5 additions and 4 deletions.
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

0 comments on commit 7780007

Please sign in to comment.