Skip to content

Commit

Permalink
fix the version discrepency by using causalml.__version__ in setup.py (
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongyoonlee committed Oct 21, 2019
1 parent 759d4e8 commit 7104341
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from setuptools.extension import Extension
from Cython.Build import cythonize
import numpy as np
import causalml


with open("README.md", "r") as f:
Expand All @@ -24,7 +25,7 @@

setup(
name="causalml",
version="0.3.0",
version=causalml.__version__,
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 7104341

Please sign in to comment.