This commit is contained in:
Kevin Johnson
2022-02-07 13:05:05 -08:00
parent 0e784474a1
commit 212255ce6c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ $ pip install pandas_ta[full]
Latest Version
--------------
Best choice! Version: *0.3.45b*
Best choice! Version: *0.3.47b*
* Includes all fixes and updates between **pypi** and what is covered in this README.
```sh
$ pip install -U git+https://github.com/twopirllc/pandas-ta
+1 -1
View File
@@ -20,7 +20,7 @@ setup(
"pandas_ta.volatility",
"pandas_ta.volume"
],
version=".".join(("0", "3", "46b")),
version=".".join(("0", "3", "47b")),
description=long_description,
long_description=long_description,
author="Kevin Johnson",