diff --git a/README.md b/README.md index 0df707c..b4d1a58 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ $ pip install pandas_ta Latest Version -------------- -Best choice! Version: *0.2.89b* +Best choice! Version: *0.2.90b* ```sh $ pip install -U git+https://github.com/twopirllc/pandas-ta ``` diff --git a/setup.py b/setup.py index f9feba5..d42acd0 100644 --- a/setup.py +++ b/setup.py @@ -15,10 +15,11 @@ setup( "pandas_ta.statistics", "pandas_ta.trend", "pandas_ta.utils", + "pandas_ta.utils.data", "pandas_ta.volatility", "pandas_ta.volume" ], - version=".".join(("0", "2", "89b")), + version=".".join(("0", "2", "90b")), description=long_description, long_description=long_description, author="Kevin Johnson",