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