From a047627799c6c070c93b83d0a2d2fae0bc4ab3a2 Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Thu, 17 Jun 2021 23:42:00 -0700 Subject: [PATCH] BUG update setup with utils.data package --- README.md | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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",