From 212255ce6cf2cde773ac35335bbfedd99cb02a94 Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Mon, 7 Feb 2022 13:05:05 -0800 Subject: [PATCH] BUG #458 #472 DOC #473 #482 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b213622..3a0f1f9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 57349c6..0af547d 100644 --- a/setup.py +++ b/setup.py @@ -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",