From 9aaa6cc9a6ab2f0e593b2cbbac967366f2a441b4 Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Mon, 13 Dec 2021 13:07:31 -0800 Subject: [PATCH] DOC user contribution added --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0a7687..f56adff 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ $ pip install pandas_ta Latest Version -------------- -Best choice! Version: *0.3.38b* +Best choice! Version: *0.3.39b* * 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 @@ -219,7 +219,7 @@ Thanks for using **Pandas TA**! _Thank you for your contributions!_ - +
diff --git a/setup.py b/setup.py index 5394b2f..6fbcc2d 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( "pandas_ta.volatility", "pandas_ta.volume" ], - version=".".join(("0", "3", "38b")), + version=".".join(("0", "3", "39b")), description=long_description, long_description=long_description, author="Kevin Johnson",