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",