Skip to content

Commit

Permalink
update the version to 0.2.1 to update pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongyoonlee committed Aug 13, 2019
1 parent 745f2e8 commit 6a28b5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion causalml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name = 'causalml'
__version__ = '0.2.0'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Changelog
=========

0.2.0 (unreleased)
0.2.0 (2019-08-12)
------------------

- Add `optimize.PolicyLearner` based on Athey and Wager 2017 :cite:`athey2017efficient`
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# the built documents.
#
# The short X.Y version.
# version = causalml.__version__
version = causalml.__version__
# The full version, including alpha/beta/rc tags.
# release = causalml.__version__

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name="causalml",
version="0.2.0",
version="0.2.1",
author="Huigang Chen, Totte Harinen, Jeong-Yoon Lee, Mike Yung, Zhenyu Zhao",
author_email="",
description="Python Package for Uplift Modeling and Causal Inference with Machine Learning Algorithms",
Expand Down

0 comments on commit 6a28b5e

Please sign in to comment.