BUG update setup with utils.data package

This commit is contained in:
Kevin Johnson
2021-06-17 23:42:00 -07:00
parent c1e9f56904
commit a047627799
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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
```
+2 -1
View File
@@ -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",