diff --git a/README.md b/README.md index 3a0f1f9..21f93d3 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ $ pip install pandas_ta[full] Latest Version -------------- -Best choice! Version: *0.3.47b* +Best choice! Version: *0.3.48b* * 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 @@ -291,7 +291,7 @@ Contributions, feedback, and bug squashing are integral to the success of this l _Thank you for your contributions!_ - +
@@ -1212,6 +1212,7 @@ TODO | | ☐ Trend Signals | | | ☐ Cross Signals | | ☐ | Performance Metrics | +| ☐ | Better argument validation |
diff --git a/setup.py b/setup.py index 0af547d..4f00c07 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( "pandas_ta.volatility", "pandas_ta.volume" ], - version=".".join(("0", "3", "47b")), + version=".".join(("0", "3", "48b")), description=long_description, long_description=long_description, author="Kevin Johnson",